diff options
author | Tiejun Chen <tiejun.chen@intel.com> | 2015-07-15 13:37:45 +0800 |
---|---|---|
committer | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2015-09-10 12:04:28 +0000 |
commit | 798141799ccd5235a928b8fc0411d7d74e706489 (patch) | |
tree | 8c6433f6aa4b3f429ccac9381eff3687e1689d18 /hw/xen/xen-host-pci-device.h | |
parent | bcd7461e7e84a65f1dfaa6af6e00aa498978d29d (diff) |
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]; |