summary refs log tree commit diff stats
path: root/hw/sun4u.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2011-08-10 15:28:11 -0700
committerAvi Kivity <avi@redhat.com>2011-09-25 14:58:35 +0300
commitc2d0d01202e07f87bf17ec9a9f43232c982aa1c2 (patch)
tree0bee5a325c0abea6c0b97aed121d5bfa0641bbf9 /hw/sun4u.c
parente11d64390ba076d8a293e422dad3027f9adb9430 (diff)
downloadfocaccia-qemu-c2d0d01202e07f87bf17ec9a9f43232c982aa1c2.tar.gz
focaccia-qemu-c2d0d01202e07f87bf17ec9a9f43232c982aa1c2.zip
isa: Pass i/o address space to isa_bus_new
Not used yet, but at least we're provided with the correct region.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'hw/sun4u.c')
-rw-r--r--hw/sun4u.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sun4u.c b/hw/sun4u.c
index 6afb0e7158..fbef350a44 100644
--- a/hw/sun4u.c
+++ b/hw/sun4u.c
@@ -548,7 +548,7 @@ pci_ebus_init1(PCIDevice *pci_dev)
 {
     EbusState *s = DO_UPCAST(EbusState, pci_dev, pci_dev);
 
-    isa_bus_new(&pci_dev->qdev);
+    isa_bus_new(&pci_dev->qdev, pci_address_space_io(pci_dev));
 
     pci_dev->config[0x04] = 0x06; // command = bus master, pci mem
     pci_dev->config[0x05] = 0x00;