]> xenbits.xensource.com Git - qemu-xen-4.5-testing.git/commit
passthrough: Correctly expose PCH ISA bridge for IGD passthrough
authorG.R <firemeteor.guo@gmail.com>
Thu, 25 Jul 2013 08:11:55 +0000 (08:11 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 5 Aug 2013 15:50:12 +0000 (16:50 +0100)
commit73c4ad5a3d065267b878c8ae31ff0b4833f093e4
treed8fef46e940aa7b95b3a4d7c692182bfc58eb0b7
parent13c144d96e825f145e5b37f97e5f6210c2c645e9
passthrough: Correctly expose PCH ISA bridge for IGD passthrough

The i915 driver probes chip version through PCH ISA bridge device / vendor ID.
Previously, the PCH ISA bridge is exposed as PCI-PCI bridge in qemu-xen-trad,
which breaks the assumption of the driver. This change fixes the issue by
correctly exposing the ISA bridge to domU.

Signed-off-by: Rui Guo <firemeteor@users.sourceforge.net>
Tested-by: Rui Guo <firemeteor@users.sourceforge.net>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Jan Beulich <JBeulich@suse.com>
hw/pci.c
hw/pci.h
hw/pt-graphics.c