]> xenbits.xen.org Git - xenclient/xen-pq.git/commitdiff
Remove fixed host bridge check in rombios.
authorKamala Narasimhan <kamala.narasimhan@citrix.com>
Wed, 22 Apr 2009 15:23:14 +0000 (11:23 -0400)
committerKamala Narasimhan <kamala.narasimhan@citrix.com>
Wed, 22 Apr 2009 15:23:14 +0000 (11:23 -0400)
As we partially pass through some host GMCH pci registers when display pass-though is enabled, we can't assume we are using fixed host bridge.

xen-3.4/remove-fixed-host-bridge-check [new file with mode: 0644]
xen-3.4/series

diff --git a/xen-3.4/remove-fixed-host-bridge-check b/xen-3.4/remove-fixed-host-bridge-check
new file mode 100644 (file)
index 0000000..329696b
--- /dev/null
@@ -0,0 +1,13 @@
+diff --git a/tools/firmware/rombios/rombios.c b/tools/firmware/rombios/rombios.c
+index 0aea421..1e5420c 100644
+--- a/tools/firmware/rombios/rombios.c
++++ b/tools/firmware/rombios/rombios.c
+@@ -220,7 +220,7 @@
+ // define this if you want to make PCIBIOS working on a specific bridge only
+ // undef enables PCIBIOS when at least one PCI device is found
+ // i440FX is emulated by Bochs and QEMU
+-#define PCI_FIXED_HOST_BRIDGE 0x12378086 ;; i440FX PCI bridge
++//#define PCI_FIXED_HOST_BRIDGE 0x12378086 ;; i440FX PCI bridge
+ // #20  is dec 20
+ // #$20 is hex 20 = 32
index 659e1b1f704dc71a800a2cfc33958eab3c7980f8..6a750c1a4e3d36062dc447fc628f3c691d1f1ff0 100644 (file)
@@ -8,3 +8,4 @@ pt-load-vga-bios
 init-vgabios-and-set-size
 module-reloc
 mfn-validity-check-before-shadow-remove
+remove-fixed-host-bridge-check