]> xenbits.xensource.com Git - qemu-xen-4.1-testing.git/commit
passthrough: enabling IGD passthrough for Calpella and Sandybridge
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 2 Sep 2010 18:08:58 +0000 (19:08 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 2 Sep 2010 18:08:58 +0000 (19:08 +0100)
commit6add1c6c520ca65421256d5168b5d274f13942d3
tree3aa8b8933cb8f5b9e2b2adb914188c23ac72806f
parent1734e63891573d4729c71b5acc3b20eb637ad8fb
passthrough: enabling IGD passthrough for Calpella and Sandybridge

This patch enables IGD passthrough for Calpella and Sandybridge
platforms.  To minimize impact of these changes, it checks for
vendor_id of 0x8086 before creating another PCH device in the virtual
platform.  For opregion, it checks both vendor_ID of 0x8086 and a
non-zero PCI opregion value on device 0:2.0 before mapping the
opregion.

Signed-off-by: Allen Kay <allen.m.kay@intel.com>
hw/pc.c
hw/pt-graphics.c