Skip to content

Commit

Permalink
ipmi: Add man page pieces for the IPMI PCI devices
Browse files Browse the repository at this point in the history
This was forgotten when the devices were added.

Signed-off-by: Corey Minyard <[email protected]>
  • Loading branch information
cminyard committed Jul 17, 2020
1 parent 95d1fba commit 323679d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions qemu-options.hx
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,15 @@ SRST
``-device isa-ipmi-bt,bmc=id[,ioport=val][,irq=val]``
Like the KCS interface, but defines a BT interface. The default port
is 0xe4 and the default interrupt is 5.

``-device pci-ipmi-kcs,bmc=id``
Add a KCS IPMI interafce on the PCI bus.

``bmc=id``
The BMC to connect to, one of ipmi-bmc-sim or ipmi-bmc-extern above.

``-device pci-ipmi-bt,bmc=id``
Like the KCS interface, but defines a BT interface on the PCI bus.
ERST

DEF("name", HAS_ARG, QEMU_OPTION_name,
Expand Down

0 comments on commit 323679d

Please sign in to comment.