From ac47a60b3fb370d12cdaf9b91cded9a1934bcc64 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sat, 11 Jul 2009 08:20:24 +0000 Subject: [PATCH] Fix APB by reverting 16eaedf2668e9b347a59d73346fcc4c764c58348 partially Signed-off-by: Blue Swirl --- hw/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/pci.c b/hw/pci.c index 71d9227a2e..f592925d06 100644 --- a/hw/pci.c +++ b/hw/pci.c @@ -135,7 +135,7 @@ static PCIBus *pci_register_secondary_bus(PCIDevice *dev, pci_map_irq_fn map_irq { PCIBus *bus; - bus = FROM_QBUS(PCIBus, qbus_create(&pci_bus_info, &dev->qdev, NULL)); + bus = qemu_mallocz(sizeof(PCIBus)); bus->map_irq = map_irq; bus->parent_dev = dev; bus->next = dev->bus->next; -- 2.11.0