Cc: Guan Xuetao <g...@mprc.pku.edu.cn>

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

Signed-off-by: Markus Armbruster <arm...@redhat.com>
---
 hw/puv3.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/hw/puv3.c b/hw/puv3.c
index bf03336..8aad17f 100644
--- a/hw/puv3.c
+++ b/hw/puv3.c
@@ -124,9 +124,6 @@ static QEMUMachine puv3_machine = {
     .name = "puv3",
     .desc = "PKUnity Version-3 based on UniCore32",
     .init = puv3_init,
-    .use_floppy = 1,
-    .use_cdrom = 1,
-    .use_sdcard = 1,
     .is_default = 1,
     .use_scsi = 0,
 };
-- 
1.7.11.2


Reply via email to