diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2011-06-26 16:17:27 +0300 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2011-07-17 18:47:34 +0300 |
commit | 33d5ad53c1039989c4ecf583ed52a584d3888495 (patch) | |
tree | 867d245da29ce9b0c2c4a00c371c7cc0f0c1761a /hw/pci_ids.h | |
parent | c1be973ae1135588ed77b365bfd3bf063bac78ae (diff) | |
download | qemu-33d5ad53c1039989c4ecf583ed52a584d3888495.tar.gz qemu-33d5ad53c1039989c4ecf583ed52a584d3888495.tar.bz2 qemu-33d5ad53c1039989c4ecf583ed52a584d3888495.zip |
pci_ids: tweak names to match linux/pci_ids.h
Sync xen names to ones used by linux. Add
xen platform device id as well.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
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 |