diff options
author | Corey Minyard | 2019-09-23 20:50:33 +0200 |
---|---|---|
committer | Corey Minyard | 2020-07-17 18:39:46 +0200 |
commit | 323679da77b2fd4dc9be3731ecac96613beea4f1 (patch) | |
tree | 3b95cb60bb7ad4d297c885d75e51a8ced2d2ea58 | |
parent | Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20200716-pull-request... (diff) | |
download | qemu-323679da77b2fd4dc9be3731ecac96613beea4f1.tar.gz qemu-323679da77b2fd4dc9be3731ecac96613beea4f1.tar.xz qemu-323679da77b2fd4dc9be3731ecac96613beea4f1.zip |
ipmi: Add man page pieces for the IPMI PCI devices
This was forgotten when the devices were added.
Signed-off-by: Corey Minyard <cminyard@mvista.com>
-rw-r--r-- | qemu-options.hx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 65147ad971..fb31fe3df6 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -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, |