| Submitter | Markus Armbruster |
|---|---|
| Date | Aug. 9, 2012, 1:31 p.m. |
| Message ID | <1344519084-21847-10-git-send-email-armbru@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/176087/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hw/xilinx_zynq.c b/hw/xilinx_zynq.c index 7e6c273..ebca914 100644 --- a/hw/xilinx_zynq.c +++ b/hw/xilinx_zynq.c @@ -146,6 +146,8 @@ static QEMUMachine zynq_machine = { .init = zynq_init, .use_scsi = 1, .max_cpus = 1, + .no_floppy = 1, + .no_cdrom = 1, .no_sdcard = 1 };
Cc: Peter Crosthwaite <peter.crosthwaite@petalogix.com> Suppress default floppy and CD-ROM drives. SD card was already suppressed. Signed-off-by: Markus Armbruster <armbru@redhat.com> --- hw/xilinx_zynq.c | 2 ++ 1 file changed, 2 insertions(+)