]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-options.hx
xen, gfx passthrough: basic graphics passthrough support
authorTiejun Chen <tiejun.chen@intel.com>
Wed, 15 Jul 2015 05:37:45 +0000 (13:37 +0800)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Thu, 10 Sep 2015 12:04:28 +0000 (12:04 +0000)
commit798141799ccd5235a928b8fc0411d7d74e706489
tree8c6433f6aa4b3f429ccac9381eff3687e1689d18
parentbcd7461e7e84a65f1dfaa6af6e00aa498978d29d
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>
hw/core/machine.c
hw/xen/Makefile.objs
hw/xen/xen-host-pci-device.c
hw/xen/xen-host-pci-device.h
hw/xen/xen_pt.c
hw/xen/xen_pt.h
hw/xen/xen_pt_graphics.c [new file with mode: 0644]
include/hw/boards.h
qemu-options.hx
vl.c