diff options
author | Paul Durrant <paul.durrant@citrix.com> | 2013-07-29 10:58:01 +0000 |
---|---|---|
committer | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2013-07-29 11:13:44 +0000 |
commit | 8fbab3b62a271526c782110aed0ae160eb38c296 (patch) | |
tree | 315ab5923e2586f278904d6ba6286be6fd045254 /include/hw/pci/pci_ids.h | |
parent | 454ae734f1d9f591345fa78376435a8e74bb4edd (diff) | |
download | qemu-8fbab3b62a271526c782110aed0ae160eb38c296.zip |
Xen PV Device
Introduces a new Xen PV PCI device which will act as a binding point for
PV drivers for Xen.
The device has parameterized vendor-id, device-id and revision to allow to
be configured as a binding point for any vendor's PV drivers.
Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'include/hw/pci/pci_ids.h')
-rw-r--r-- | include/hw/pci/pci_ids.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/hw/pci/pci_ids.h b/include/hw/pci/pci_ids.h index d7933bfd16..3ddaf6aad5 100644 --- a/include/hw/pci/pci_ids.h +++ b/include/hw/pci/pci_ids.h @@ -143,8 +143,9 @@ #define PCI_DEVICE_ID_INTEL_Q35_MCH 0x29c0 -#define PCI_VENDOR_ID_XEN 0x5853 -#define PCI_DEVICE_ID_XEN_PLATFORM 0x0001 +#define PCI_VENDOR_ID_XEN 0x5853 +#define PCI_DEVICE_ID_XEN_PLATFORM 0x0001 +#define PCI_DEVICE_ID_XEN_PVDEVICE 0x0002 #define PCI_VENDOR_ID_NEC 0x1033 #define PCI_DEVICE_ID_NEC_UPD720200 0x0194 |