From: Blue Swirl Date: Sun, 13 Sep 2009 08:32:40 +0000 (+0000) Subject: Sparc64: make system bus parent of PCI bus X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c5ff6d547299a04f03ed8bcf538a4a5fb2124bbf;p=qemu.git Sparc64: make system bus parent of PCI bus Signed-off-by: Blue Swirl --- diff --git a/hw/apb_pci.c b/hw/apb_pci.c index f1088aa9f4..1987ee48f3 100644 --- a/hw/apb_pci.c +++ b/hw/apb_pci.c @@ -247,7 +247,7 @@ PCIBus *pci_apb_init(target_phys_addr_t special_base, /* mem_data */ sysbus_mmio_map(s, 3, mem_base); d = FROM_SYSBUS(APBState, s); - d->host_state.bus = pci_register_bus(NULL, "pci", + d->host_state.bus = pci_register_bus(&d->busdev.qdev, "pci", pci_apb_set_irq, pci_pbm_map_irq, pic, 0, 32); pci_create_simple(d->host_state.bus, 0, "pbm");