| Submitter | Markus Armbruster |
|---|---|
| Date | Aug. 9, 2012, 1:31 p.m. |
| Message ID | <1344519084-21847-7-git-send-email-armbru@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/176085/ |
| State | New |
| Headers | show |
Comments
Patch
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)
Cc: Peter Chubb <peter.chubb@nicta.com.au> Suppress default floppy, CD-ROM and SD card drives. Signed-off-by: Markus Armbruster <armbru@redhat.com> --- hw/kzm.c | 3 +++ 1 file changed, 3 insertions(+)