From patchwork Fri Jan 4 21:29:37 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [02/10] ppc/oldworld: add ISA bus, required by VGA card Date: Fri, 04 Jan 2013 11:29:37 -0000 From: =?utf-8?q?Herv=C3=A9_Poussineau?= X-Patchwork-Id: 209544 Message-Id: <1357334986-13941-3-git-send-email-hpoussin@reactos.org> To: qemu-devel@nongnu.org Cc: "open list:Old World" , =?UTF-8?q?Andreas=20F=C3=A4rber?= , =?UTF-8?q?Herv=C3=A9=20Poussineau?= Signed-off-by: Hervé Poussineau --- hw/ppc_oldworld.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/ppc_oldworld.c b/hw/ppc_oldworld.c index fff5129..99eb22e 100644 --- a/hw/ppc_oldworld.c +++ b/hw/ppc_oldworld.c @@ -223,6 +223,7 @@ static void ppc_heathrow_init(QEMUMachineInitArgs *args) } /* Register 2 MB of ISA IO space */ + isa_bus_new(NULL, get_system_io()); isa_mmio_init(0xfe000000, 0x00200000); /* XXX: we register only 1 output pin for heathrow PIC */