diff options
author | Steven Smith <ssmith@xensource.com> | 2011-06-16 17:05:17 +0100 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2011-06-19 04:43:04 +0200 |
commit | 01195b7347e341a49fa554959882b26c666a3616 (patch) | |
tree | dca369ad82ed96e277891f240dc5f30b8e9deecf /hw/pci_ids.h | |
parent | bf09551a6b2282a1c59bd8335c1ef6e58704de98 (diff) | |
download | qemu-01195b7347e341a49fa554959882b26c666a3616.tar.gz qemu-01195b7347e341a49fa554959882b26c666a3616.tar.bz2 qemu-01195b7347e341a49fa554959882b26c666a3616.zip |
xen: Add the Xen platform pci device
Introduce a new emulated PCI device, specific to fully virtualized Xen
guests. The device is necessary for PV on HVM drivers to work.
Signed-off-by: Steven Smith <ssmith@xensource.com>
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'hw/pci_ids.h')
-rw-r--r-- | hw/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/pci_ids.h b/hw/pci_ids.h index d9457ed3f4..d94578c87d 100644 --- a/hw/pci_ids.h +++ b/hw/pci_ids.h @@ -109,3 +109,5 @@ #define PCI_DEVICE_ID_INTEL_82371AB 0x7111 #define PCI_DEVICE_ID_INTEL_82371AB_2 0x7112 #define PCI_DEVICE_ID_INTEL_82371AB_3 0x7113 + +#define PCI_VENDOR_ID_XENSOURCE 0x5853 |