diff options
author | Tiejun Chen | 2015-07-15 07:37:45 +0200 |
---|---|---|
committer | Stefano Stabellini | 2015-09-10 14:04:28 +0200 |
commit | 798141799ccd5235a928b8fc0411d7d74e706489 (patch) | |
tree | 8c6433f6aa4b3f429ccac9381eff3687e1689d18 /hw/xen/xen-host-pci-device.h | |
parent | hw/pci-assign: split pci-assign.c (diff) | |
download | qemu-798141799ccd5235a928b8fc0411d7d74e706489.tar.gz qemu-798141799ccd5235a928b8fc0411d7d74e706489.tar.xz qemu-798141799ccd5235a928b8fc0411d7d74e706489.zip |
xen, gfx passthrough: basic graphics passthrough support
basic gfx passthrough support:
- add a vga type for gfx passthrough
- register/unregister legacy VGA I/O ports and MMIOs for passthrough GFX
Signed-off-by: Tiejun Chen <tiejun.chen@intel.com>
Signed-off-by: Yang Zhang <yang.z.zhang@Intel.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Diffstat (limited to 'hw/xen/xen-host-pci-device.h')
-rw-r--r-- | hw/xen/xen-host-pci-device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xen/xen-host-pci-device.h b/hw/xen/xen-host-pci-device.h index c2486f0c19..f1e1c308f6 100644 --- a/hw/xen/xen-host-pci-device.h +++ b/hw/xen/xen-host-pci-device.h @@ -25,6 +25,7 @@ typedef struct XenHostPCIDevice { uint16_t vendor_id; uint16_t device_id; + uint32_t class_code; int irq; XenHostPCIIORegion io_regions[PCI_NUM_REGIONS - 1]; |