mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
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>
This commit is contained in:
parent
bfff1a6d42
commit
12f983c6aa
7 changed files with 309 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue