From 01195b7347e341a49fa554959882b26c666a3616 Mon Sep 17 00:00:00 2001 From: Steven Smith Date: Thu, 16 Jun 2011 17:05:17 +0100 Subject: 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 Signed-off-by: Anthony PERARD Signed-off-by: Stefano Stabellini Signed-off-by: Alexander Graf --- hw/pci_ids.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hw/pci_ids.h') diff --git a/hw/pci_ids.h b/hw/pci_ids.h index d9457ed..d94578c 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 -- cgit v1.1