diff options
Diffstat (limited to 'hw/sun4u.c')
-rw-r--r-- | hw/sun4u.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/sun4u.c b/hw/sun4u.c index d8cc2d6a6c..71b5c792e4 100644 --- a/hw/sun4u.c +++ b/hw/sun4u.c @@ -450,6 +450,7 @@ QEMUMachine sun4u_machine = { .desc = "Sun4u platform", .init = sun4u_init, .ram_require = PROM_SIZE_MAX + VGA_RAM_SIZE, + .nodisk_ok = 1, }; QEMUMachine sun4v_machine = { @@ -457,4 +458,5 @@ QEMUMachine sun4v_machine = { .desc = "Sun4v platform", .init = sun4v_init, .ram_require = PROM_SIZE_MAX + VGA_RAM_SIZE, + .nodisk_ok = 1, }; |