]> xenbits.xensource.com Git - qemu-xen-4.3-testing.git/commit
passthrough: Correctly expose PCH ISA bridge for IGD passthrough xen-4.3.1 xen-4.3.1-rc2
authorG.R <firemeteor.guo@gmail.com>
Thu, 25 Jul 2013 08:11:55 +0000 (08:11 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 11 Oct 2013 18:04:04 +0000 (19:04 +0100)
commit0bd3d991be73031b8d9c07ccf43e5785ca26ca71
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>
(cherry picked from commit 73c4ad5a3d065267b878c8ae31ff0b4833f093e4)
hw/pci.c
hw/pci.h
hw/pt-graphics.c