From: aurel32 Date: Mon, 9 Feb 2009 19:03:02 +0000 (+0000) Subject: ppc newworld: default to a G4 CPU X-Git-Tag: stable_0_10_0.branchpoint~104 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e6bd862b3e4aeee10028640e09d72807d380b188;p=qemu-xen-4.6-testing.git ppc newworld: default to a G4 CPU Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6581 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/hw/ppc_newworld.c b/hw/ppc_newworld.c index cf1a84026..6f60e4967 100644 --- a/hw/ppc_newworld.c +++ b/hw/ppc_newworld.c @@ -108,7 +108,7 @@ static void ppc_core99_init (ram_addr_t ram_size, int vga_ram_size, /* 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) {