Revision f88e4b91 hw/sun4u.c

b/hw/sun4u.c
450 450
    .desc = "Sun4u platform",
451 451
    .init = sun4u_init,
452 452
    .ram_require = PROM_SIZE_MAX + VGA_RAM_SIZE,
453
    .nodisk_ok = 1,
453 454
};
454 455

  
455 456
QEMUMachine sun4v_machine = {
......
457 458
    .desc = "Sun4v platform",
458 459
    .init = sun4v_init,
459 460
    .ram_require = PROM_SIZE_MAX + VGA_RAM_SIZE,
461
    .nodisk_ok = 1,
460 462
};

Also available in: Unified diff