qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/5] ipmi: Add man page pieces for the IPMI PCI devices


From: minyard
Subject: [PATCH 1/5] ipmi: Add man page pieces for the IPMI PCI devices
Date: Mon, 20 Jan 2020 11:07:21 -0600

From: Corey Minyard <address@hidden>

This was forgotten when the devices were added.

Signed-off-by: Corey Minyard <address@hidden>
---
 qemu-options.hx | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/qemu-options.hx b/qemu-options.hx
index e9d6231438..2417a1305f 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -795,6 +795,19 @@ set this to 0.
 Like the KCS interface, but defines a BT interface.  The default port is
 0xe4 and the default interrupt is 5.
 
+@item -device pci-ipmi-kcs,bmc=@var{id}
+
+Add a KCS IPMI interafce on the PCI bus.
+
+@table @option
+@item bmc=@var{id}
+The BMC to connect to, one of ipmi-bmc-sim or ipmi-bmc-extern above.
+@end table
+
+@item -device pci-ipmi-bt,bmc=@var{id}
+
+Like the KCS interface, but defines a BT interface on the PCI bus.
+
 ETEXI
 
 DEF("name", HAS_ARG, QEMU_OPTION_name,
-- 
2.17.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]