| Submitter | Markus Armbruster |
|---|---|
| Date | Aug. 9, 2012, 1:31 p.m. |
| Message ID | <1344519084-21847-8-git-send-email-armbru@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/176081/ |
| State | New |
| Headers | show |
Comments
Patch
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)
Cc: Jan Kiszka <jan.kiszka@web.de> Suppress default floppy, CD-ROM and SD card drives. Signed-off-by: Markus Armbruster <armbru@redhat.com> --- hw/musicpal.c | 3 +++ 1 file changed, 3 insertions(+)