diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-02-09 19:03:02 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-02-09 19:03:02 +0000 |
commit | e6bd862b3e4aeee10028640e09d72807d380b188 (patch) | |
tree | 9539b4aac8f8c149ae949ec51be96fe35e8ca198 /hw/ppc_newworld.c | |
parent | 491150db37429b2f962f7bf13a10776d81049c81 (diff) |
ppc newworld: default to a G4 CPU
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6581 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/ppc_newworld.c')
-rw-r--r-- | hw/ppc_newworld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc_newworld.c b/hw/ppc_newworld.c index cf1a840265..6f60e4967c 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) { |