qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 06/23] kzm: Suppress unused default drives


From: Markus Armbruster
Subject: [Qemu-devel] [PATCH 06/23] kzm: Suppress unused default drives
Date: Thu, 9 Aug 2012 15:31:07 +0200

Cc: Peter Chubb <address@hidden>

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

Signed-off-by: Markus Armbruster <address@hidden>
---
 hw/kzm.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/hw/kzm.c b/hw/kzm.c
index 6a5e9df..e7e4ef0 100644
--- a/hw/kzm.c
+++ b/hw/kzm.c
@@ -144,6 +144,9 @@ static QEMUMachine kzm_machine = {
     .name = "kzm",
     .desc = "ARM KZM Emulation Baseboard (ARM1136)",
     .init = kzm_init,
+    .no_floppy = 1,
+    .no_cdrom = 1,
+    .no_sdcard = 1,
 };
 
 static void kzm_machine_init(void)
-- 
1.7.11.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]