qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 09/14] pcbios: comment out PCI_FIXED_HOST_BRIDGE for


From: Isaku Yamahata
Subject: [Qemu-devel] [PATCH 09/14] pcbios: comment out PCI_FIXED_HOST_BRIDGE for gmch host pci bridge to undef.
Date: Wed, 30 Sep 2009 19:18:44 +0900

undef PCI_FIXED_HOST_BRIDGE to intialise only i440fx host pci bridge.
Now other PCI host bridge (in this case q35 gmch) is supported,
undef the constant.

Signed-off-by: Isaku Yamahata <address@hidden>
---
 rombios.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/rombios.c b/rombios.c
index fb4dce7..2b94d76 100644
--- a/rombios.c
+++ b/rombios.c
@@ -202,7 +202,9 @@
 // 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
+// GMCH is emulated by Bochs and QEMU
+//#define PCI_FIXED_HOST_BRIDGE 0x29c08086 ;; Q35 GMCH host PCI bridge
 
 // #20  is dec 20
 // #$20 is hex 20 = 32
-- 
1.6.0.2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]