qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 07/23] musicpal: Suppress unused default drives


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

Cc: Jan Kiszka <address@hidden>

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

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

diff --git a/hw/musicpal.c b/hw/musicpal.c
index ad725b5..05930f5 100644
--- a/hw/musicpal.c
+++ b/hw/musicpal.c
@@ -1658,6 +1658,9 @@ static QEMUMachine musicpal_machine = {
     .name = "musicpal",
     .desc = "Marvell 88w8618 / MusicPal (ARM926EJ-S)",
     .init = musicpal_init,
+    .no_floppy = 1,
+    .no_cdrom = 1,
+    .no_sdcard = 1,
 };
 
 static void musicpal_machine_init(void)
-- 
1.7.11.2




reply via email to

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