qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 for-1.2 06/27] highbank: Suppress unused default


From: Markus Armbruster
Subject: [Qemu-devel] [PATCH v2 for-1.2 06/27] highbank: Suppress unused default drives
Date: Wed, 15 Aug 2012 21:17:19 +0200

Cc: Mark Langsdorf <address@hidden>

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

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

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




reply via email to

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