qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [COMMIT ac47a60] Fix APB by reverting16eaedf2668e9b347a59


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT ac47a60] Fix APB by reverting16eaedf2668e9b347a59d73346fcc4c764c58348 partially
Date: Sat, 11 Jul 2009 12:28:35 -0000

From: Blue Swirl <address@hidden>

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

diff --git a/hw/pci.c b/hw/pci.c
index 71d9227..f592925 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;




reply via email to

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