qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [6228] target-ppc: Switch ppc_oldworld.c to G3 beige


From: Aurelien Jarno
Subject: [Qemu-devel] [6228] target-ppc: Switch ppc_oldworld.c to G3 beige
Date: Wed, 07 Jan 2009 23:38:59 +0000

Revision: 6228
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6228
Author:   aurel32
Date:     2009-01-07 23:38:59 +0000 (Wed, 07 Jan 2009)

Log Message:
-----------
target-ppc: Switch ppc_oldworld.c to G3 beige

The G3 B&W is a new world machine. The machine currently implemented is
actually closer to a G3 beige.

Also swith the MacIO from Paddigton (new world) to Heathrow (old world).

Signed-off-by: Aurelien Jarno <address@hidden>

Modified Paths:
--------------
    trunk/hw/ppc_oldworld.c

Modified: trunk/hw/ppc_oldworld.c
===================================================================
--- trunk/hw/ppc_oldworld.c     2009-01-07 23:38:41 UTC (rev 6227)
+++ trunk/hw/ppc_oldworld.c     2009-01-07 23:38:59 UTC (rev 6228)
@@ -1,5 +1,5 @@
 /*
- * QEMU OldWorld PowerMac (currently ~G3 B&W) hardware System Emulator
+ * QEMU OldWorld PowerMac (currently ~G3 Beige) hardware System Emulator
  *
  * Copyright (c) 2004-2007 Fabrice Bellard
  * Copyright (c) 2007 Jocelyn Mayer
@@ -355,7 +355,7 @@
 
     dbdma_init(&dbdma_mem_index);
 
-    macio_init(pci_bus, 0x0017, 1, pic_mem_index, dbdma_mem_index,
+    macio_init(pci_bus, 0x0010, 1, pic_mem_index, dbdma_mem_index,
                cuda_mem_index, nvr, 2, ide_mem_index);
 
     if (usb_enabled) {
@@ -388,7 +388,7 @@
 }
 
 QEMUMachine heathrow_machine = {
-    .name = "g3bw",
+    .name = "g3beige",
     .desc = "Heathrow based PowerMAC",
     .init = ppc_heathrow_init,
     .ram_require = BIOS_SIZE + VGA_BIOS_SIZE + VGA_RAM_SIZE,






reply via email to

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