Skip to content

Commit 323679d

Browse files
committed
ipmi: Add man page pieces for the IPMI PCI devices
This was forgotten when the devices were added. Signed-off-by: Corey Minyard <[email protected]>
1 parent 95d1fba commit 323679d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

qemu-options.hx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -876,6 +876,15 @@ SRST
876876
``-device isa-ipmi-bt,bmc=id[,ioport=val][,irq=val]``
877877
Like the KCS interface, but defines a BT interface. The default port
878878
is 0xe4 and the default interrupt is 5.
879+
880+
``-device pci-ipmi-kcs,bmc=id``
881+
Add a KCS IPMI interafce on the PCI bus.
882+
883+
``bmc=id``
884+
The BMC to connect to, one of ipmi-bmc-sim or ipmi-bmc-extern above.
885+
886+
``-device pci-ipmi-bt,bmc=id``
887+
Like the KCS interface, but defines a BT interface on the PCI bus.
879888
ERST
880889

881890
DEF("name", HAS_ARG, QEMU_OPTION_name,

0 commit comments

Comments
 (0)