qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [COMMIT 0c5b8d8] Unbreak Sparc64


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 0c5b8d8] Unbreak Sparc64
Date: Thu, 13 Aug 2009 17:55:35 -0000

From: Blue Swirl <address@hidden>

EBus is a sort of ISA bus.

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

diff --git a/hw/sun4u.c b/hw/sun4u.c
index 77164ca..bc83255 100644
--- a/hw/sun4u.c
+++ b/hw/sun4u.c
@@ -361,6 +361,8 @@ pci_ebus_init(PCIBus *bus, int devfn)
 static void
 pci_ebus_init1(PCIDevice *s)
 {
+    isa_bus_new(&s->qdev);
+
     pci_config_set_vendor_id(s->config, PCI_VENDOR_ID_SUN);
     pci_config_set_device_id(s->config, PCI_DEVICE_ID_SUN_EBUS);
     s->config[0x04] = 0x06; // command = bus master, pci mem




reply via email to

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