From c5ff6d547299a04f03ed8bcf538a4a5fb2124bbf Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 13 Sep 2009 08:32:40 +0000 Subject: [PATCH] Sparc64: make system bus parent of PCI bus Signed-off-by: Blue Swirl --- hw/apb_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.11.4.GIT