diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-07-19 07:43:54 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-07-19 07:43:54 -0500 |
commit | 6734529435bafb0c59c951b3e16f4600c685ee39 (patch) | |
tree | 5ea0ee43388d2a3171406de1f934dca18efb9549 /hw/pci_ids.h | |
parent | 81773a505554dfbe3f3f48653ab1a02455e9e5ff (diff) | |
parent | c8eac1cfa1e9104a658b4614ada758861b8d823a (diff) |
Merge remote-tracking branch 'mst/for_anthony' into staging
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 d94578c87d..b49c602844 100644 --- a/hw/pci_ids.h +++ b/hw/pci_ids.h @@ -110,4 +110,5 @@ #define PCI_DEVICE_ID_INTEL_82371AB_2 0x7112 #define PCI_DEVICE_ID_INTEL_82371AB_3 0x7113 -#define PCI_VENDOR_ID_XENSOURCE 0x5853 +#define PCI_VENDOR_ID_XEN 0x5853 +#define PCI_DEVICE_ID_XEN_PLATFORM 0x0001 |