diff options
author | Corey Minyard | 2017-12-06 20:36:21 +0100 |
---|---|---|
committer | Corey Minyard | 2019-09-20 21:08:10 +0200 |
commit | 12f983c6aa165bc85ac061856cb3970d80ee25b4 (patch) | |
tree | d1fdac6a1ad9f8675e16348fbcf0cec96424bc1b /include/hw/pci | |
parent | smbios:ipmi: Ignore IPMI devices with no fwinfo function (diff) | |
download | qemu-12f983c6aa165bc85ac061856cb3970d80ee25b4.tar.gz qemu-12f983c6aa165bc85ac061856cb3970d80ee25b4.tar.xz qemu-12f983c6aa165bc85ac061856cb3970d80ee25b4.zip |
ipmi: Add PCI IPMI interfaces
Pretty straightforward, just hook the current KCS and BT code into
the PCI system with the proper configuration.
Cc: Michael S. Tsirkin <mst@redhat.com>
Cc: M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'include/hw/pci')
-rw-r--r-- | include/hw/pci/pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/pci/pci.h b/include/hw/pci/pci.h index 1b840e61a2..f3f0ffd5fb 100644 --- a/include/hw/pci/pci.h +++ b/include/hw/pci/pci.h @@ -55,6 +55,7 @@ extern bool pci_available; /* QEMU/Bochs VGA (0x1234) */ #define PCI_VENDOR_ID_QEMU 0x1234 #define PCI_DEVICE_ID_QEMU_VGA 0x1111 +#define PCI_DEVICE_ID_QEMU_IPMI 0x1112 /* VMWare (0x15ad) */ #define PCI_VENDOR_ID_VMWARE 0x15ad |