[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH 01/10] ppc/newworld: add ISA bus, required by VGA card
From: |
Hervé Poussineau |
Subject: |
[Qemu-ppc] [PATCH 01/10] ppc/newworld: add ISA bus, required by VGA card |
Date: |
Fri, 4 Jan 2013 22:29:36 +0100 |
Signed-off-by: Hervé Poussineau <address@hidden>
---
hw/ppc_newworld.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/ppc_newworld.c b/hw/ppc_newworld.c
index fabcc08..cd30f42 100644
--- a/hw/ppc_newworld.c
+++ b/hw/ppc_newworld.c
@@ -274,6 +274,7 @@ static void ppc_core99_init(QEMUMachineInitArgs *args)
}
/* Register 8 MB of ISA IO space */
+ isa_bus_new(NULL, get_system_io());
isa_mmio_init(0xf2000000, 0x00800000);
/* UniN init */
--
1.7.10.4
- [Qemu-ppc] [PATCH 01/10] ppc/newworld: add ISA bus, required by VGA card,
Hervé Poussineau <=