Cc: Mark Langsdorf <[email protected]>

Suppress default floppy, CD-ROM and SD-card drives.

Signed-off-by: Markus Armbruster <[email protected]>
---
 hw/highbank.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/hw/highbank.c b/hw/highbank.c
index 11aa131..ffb4132 100644
--- a/hw/highbank.c
+++ b/hw/highbank.c
@@ -326,6 +326,9 @@ static QEMUMachine highbank_machine = {
     .init = highbank_init,
     .use_scsi = 1,
     .max_cpus = 4,
+    .no_floppy = 1,
+    .no_cdrom = 1,
+    .no_sdcard = 1,
 };
 
 static void highbank_machine_init(void)
-- 
1.7.11.2


Reply via email to