qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 09/23] xilinx-zynq: Suppress unused default drives


From: Markus Armbruster
Subject: [Qemu-devel] [PATCH 09/23] xilinx-zynq: Suppress unused default drives
Date: Thu, 9 Aug 2012 15:31:10 +0200

Cc: Peter Crosthwaite <address@hidden>

Suppress default floppy and CD-ROM drives.  SD card was already
suppressed.

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

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
 };
 
-- 
1.7.11.2




reply via email to

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