All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [6581] ppc newworld: default to a G4 CPU
@ 2009-02-09 19:03 Aurelien Jarno
  0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2009-02-09 19:03 UTC (permalink / raw)
  To: qemu-devel

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 <aurelien@aurel32.net>

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) {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-09 19:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-09 19:03 [Qemu-devel] [6581] ppc newworld: default to a G4 CPU Aurelien Jarno

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.