Revision b2097003 hw/mips_jazz.c

b/hw/mips_jazz.c
278 278
    .init = mips_magnum_init,
279 279
    .ram_require = MAGNUM_BIOS_SIZE + VGA_RAM_SIZE,
280 280
    .nodisk_ok = 1,
281
    .max_cpus = 1,
281 282
};
282 283

  
283 284
QEMUMachine mips_pica61_machine = {
......
286 287
    .init = mips_pica61_init,
287 288
    .ram_require = MAGNUM_BIOS_SIZE + VGA_RAM_SIZE,
288 289
    .nodisk_ok = 1,
290
    .max_cpus = 1,
289 291
};

Also available in: Unified diff