diff options
author | Anthony Liguori | 2011-09-26 15:00:40 +0200 |
---|---|---|
committer | Anthony Liguori | 2011-09-26 15:00:40 +0200 |
commit | 4c54661feb0437eab99186a0e462524e18592b9c (patch) | |
tree | 7e2c4969ac479ca13bfacbd569af3c08be103bad /hw/sun4u.c | |
parent | Merge remote-tracking branch 'qemu-kvm-tmp/memory/core' into staging (diff) | |
parent | fdc: Convert isabus_fdc_init1 to MemoryRegion (diff) | |
download | qemu-4c54661feb0437eab99186a0e462524e18592b9c.tar.gz qemu-4c54661feb0437eab99186a0e462524e18592b9c.tar.xz qemu-4c54661feb0437eab99186a0e462524e18592b9c.zip |
Merge remote-tracking branch 'qemu-kvm-tmp/memory/batch' into staging
Diffstat (limited to 'hw/sun4u.c')
-rw-r--r-- | hw/sun4u.c | 2 |
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; |