qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [6581] ppc newworld: default to a G4 CPU


From: Aurelien Jarno
Subject: [Qemu-devel] [6581] ppc newworld: default to a G4 CPU
Date: Mon, 09 Feb 2009 19:03:03 +0000

Revision: 6581
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6581
Author:   aurel32
Date:     2009-02-09 19:03:02 +0000 (Mon, 09 Feb 2009)

Log Message:
-----------
ppc newworld: default to a G4 CPU

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

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

Modified: trunk/hw/ppc_newworld.c
===================================================================
--- trunk/hw/ppc_newworld.c     2009-02-09 19:02:09 UTC (rev 6580)
+++ trunk/hw/ppc_newworld.c     2009-02-09 19:03:02 UTC (rev 6581)
@@ -108,7 +108,7 @@
 
     /* init CPUs */
     if (cpu_model == NULL)
-        cpu_model = "default";
+        cpu_model = "G4";
     for (i = 0; i < smp_cpus; i++) {
         env = cpu_init(cpu_model);
         if (!env) {






reply via email to

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