qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT c5ff6d5] Sparc64: make system bus parent of PCI b


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT c5ff6d5] Sparc64: make system bus parent of PCI bus
Date: Sun, 13 Sep 2009 08:35:46 -0000

From: Blue Swirl <address@hidden>

Signed-off-by: Blue Swirl <address@hidden>

diff --git a/hw/apb_pci.c b/hw/apb_pci.c
index f1088aa..1987ee4 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");




reply via email to

[Prev in Thread] Current Thread [Next in Thread]