Revision d12f4c38 hw/ppc_prep.c

b/hw/ppc_prep.c
544 544
    qemu_register_reset(&cpu_ppc_reset, env);
545 545
    register_savevm("cpu", 0, 3, cpu_save, cpu_load, env);
546 546

  
547
    /* Default CPU is a 604 */
548 547
    if (cpu_model == NULL)
549
        cpu_model = "604";
548
        cpu_model = "default";
550 549
    ppc_find_by_name(cpu_model, &def);
551 550
    if (def == NULL) {
552 551
        cpu_abort(env, "Unable to find PowerPC CPU definition\n");

Also available in: Unified diff