]> xenbits.xensource.com Git - qemu-xen-4.0-testing.git/commit
passthrough: basic graphics passthrough support
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 18 Sep 2009 15:41:42 +0000 (16:41 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 18 Sep 2009 15:41:42 +0000 (16:41 +0100)
commitf09a5ba89434bb3f28172640354258d1d6cd8579
tree209781e6c4024363ee9b36f9d0d9ccf5a6b5f1c2
parente084d4f0f1202f82db360c03c068433144d308b8
passthrough: basic graphics passthrough support

basic gfx passthrough support:
  - add a vga type for gfx passthrough
  - retrieve VGA bios from host 0xC0000, then load it to guest 0xC0000
  - register/unregister legacy VGA I/O ports and MMIOs for passthroughed gfx

Signed-off-by: Ben Lin <ben.y.lin@intel.com>
Signed-off-by: Weidong Han <weidong.han@intel.com>
Acked-by: Jean Guyader <jean.guyader@critix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
hw/pass-through.c
sysemu.h
vl.c