diff mbox

[v2,for-1.2,08/27] omap_sx1: Suppress unused default drives

Message ID 1345058260-16229-9-git-send-email-armbru@redhat.com
State New
Headers show

Commit Message

Markus Armbruster Aug. 15, 2012, 7:17 p.m. UTC
Cc: Peter Maydell <peter.maydell@linaro.org>

Suppress default floppy and CD-ROM drives for machines sx1, sx1-v1.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 hw/omap_sx1.c | 4 ----
 1 file changed, 4 deletions(-)
diff mbox

Patch

diff --git a/hw/omap_sx1.c b/hw/omap_sx1.c
index a5d7b85..6643a8e 100644
--- a/hw/omap_sx1.c
+++ b/hw/omap_sx1.c
@@ -231,8 +231,6 @@  static QEMUMachine sx1_machine_v2 = {
     .name = "sx1",
     .desc = "Siemens SX1 (OMAP310) V2",
     .init = sx1_init_v2,
-    .use_floppy = 1,
-    .use_cdrom = 1,
     .use_sdcard = 1,
 };
 
@@ -240,8 +238,6 @@  static QEMUMachine sx1_machine_v1 = {
     .name = "sx1-v1",
     .desc = "Siemens SX1 (OMAP310) V1",
     .init = sx1_init_v1,
-    .use_floppy = 1,
-    .use_cdrom = 1,
     .use_sdcard = 1,
 };