From 768d7e2c7f5d20f412506f3a31626185ac54c559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Tue, 23 Jul 2013 23:16:45 +0200 Subject: pci-host/prep: Set isa_mem_base in the PCI host bridge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently, it is done by i82378 PCI-ISA bridge, which shouldn't care about it. Signed-off-by: Hervé Poussineau Signed-off-by: Andreas Färber --- hw/pci-host/prep.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hw/pci-host') diff --git a/hw/pci-host/prep.c b/hw/pci-host/prep.c index 09d3b32..e120058 100644 --- a/hw/pci-host/prep.c +++ b/hw/pci-host/prep.c @@ -119,6 +119,8 @@ static void raven_pcihost_realizefn(DeviceState *d, Error **errp) MemoryRegion *address_space_mem = get_system_memory(); int i; + isa_mem_base = 0xc0000000; + for (i = 0; i < 4; i++) { sysbus_init_irq(dev, &s->irq[i]); } -- cgit v1.1