diff options
author | aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-03-28 17:28:58 +0000 |
---|---|---|
committer | aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-03-28 17:28:58 +0000 |
commit | 6295e564f767f200302275e8c5aa9f5b3bc67164 (patch) | |
tree | 56f9f15e463e94b7f59fd90c3f03abcab85908b3 /hw/mips_jazz.c | |
parent | musicpal: Fix regression caused by 6839 (Jan Kiszka) (diff) | |
download | qemu-kvm-6295e564f767f200302275e8c5aa9f5b3bc67164.tar.gz qemu-kvm-6295e564f767f200302275e8c5aa9f5b3bc67164.tar.bz2 qemu-kvm-6295e564f767f200302275e8c5aa9f5b3bc67164.zip |
Remove nodisk_ok machine feature (Jan Kiszka)
All archs have some kind of firmware to load and can be fine with it
already. So there is not much use in enforcing the presence of a disk.
If the system setup requires one, the user will notice it anyway once
the firmware/bios fails to boot from it.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6899 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/mips_jazz.c')
-rw-r--r-- | hw/mips_jazz.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/mips_jazz.c b/hw/mips_jazz.c index 9bdb903ee..74755178b 100644 --- a/hw/mips_jazz.c +++ b/hw/mips_jazz.c @@ -294,7 +294,6 @@ QEMUMachine mips_magnum_machine = { .desc = "MIPS Magnum", .init = mips_magnum_init, .ram_require = MAGNUM_BIOS_SIZE + VGA_RAM_SIZE, - .nodisk_ok = 1, .use_scsi = 1, }; @@ -303,6 +302,5 @@ QEMUMachine mips_pica61_machine = { .desc = "Acer Pica 61", .init = mips_pica61_init, .ram_require = MAGNUM_BIOS_SIZE + VGA_RAM_SIZE, - .nodisk_ok = 1, .use_scsi = 1, }; |