From 6295e564f767f200302275e8c5aa9f5b3bc67164 Mon Sep 17 00:00:00 2001 From: aliguori Date: Sat, 28 Mar 2009 17:28:58 +0000 Subject: 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 Signed-off-by: Anthony Liguori git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6899 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/boards.h | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/boards.h') diff --git a/hw/boards.h b/hw/boards.h index 1e625942f8..1e18ba6009 100644 --- a/hw/boards.h +++ b/hw/boards.h @@ -16,7 +16,6 @@ typedef struct QEMUMachine { QEMUMachineInitFunc *init; #define RAMSIZE_FIXED (1 << 0) ram_addr_t ram_require; - int nodisk_ok; int use_scsi; int max_cpus; struct QEMUMachine *next; -- cgit v1.2.3