diff mbox series

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

Message ID 20200120170725.24935-2-minyard@acm.org (mailing list archive)
State New, archived
Headers show
Series IPMI patch queue | expand

Commit Message

Corey Minyard Jan. 20, 2020, 5:07 p.m. UTC
From: Corey Minyard <cminyard@mvista.com>

This was forgotten when the devices were added.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
---
 qemu-options.hx | 13 +++++++++++++
 1 file changed, 13 insertions(+)
diff mbox series

Patch

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,