diff options
Diffstat (limited to 'hw/pci_ids.h')
-rw-r--r-- | hw/pci_ids.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/pci_ids.h b/hw/pci_ids.h index 927f2b0627..83f38934ec 100644 --- a/hw/pci_ids.h +++ b/hw/pci_ids.h @@ -118,4 +118,5 @@ #define PCI_DEVICE_ID_INTEL_82801I_EHCI1 0x293a #define PCI_DEVICE_ID_INTEL_82801I_EHCI2 0x293c -#define PCI_VENDOR_ID_XENSOURCE 0x5853 +#define PCI_VENDOR_ID_XEN 0x5853 +#define PCI_DEVICE_ID_XEN_PLATFORM 0x0001 |