Commit e6bd862b3e4aeee10028640e09d72807d380b188
1 parent
491150db
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
Showing
1 changed file
with
1 additions
and
1 deletions
hw/ppc_newworld.c
| ... | ... | @@ -108,7 +108,7 @@ static void ppc_core99_init (ram_addr_t ram_size, int vga_ram_size, |
| 108 | 108 | |
| 109 | 109 | /* init CPUs */ |
| 110 | 110 | if (cpu_model == NULL) |
| 111 | - cpu_model = "default"; | |
| 111 | + cpu_model = "G4"; | |
| 112 | 112 | for (i = 0; i < smp_cpus; i++) { |
| 113 | 113 | env = cpu_init(cpu_model); |
| 114 | 114 | if (!env) { | ... | ... |