summaryrefslogtreecommitdiffstats
path: root/hw/s390-virtio.c
diff options
context:
space:
mode:
authorEinar Lueck <elelueck@de.ibm.com>2012-04-22 23:52:24 +0000
committerAlexander Graf <agraf@suse.de>2012-05-01 21:04:06 +0200
commitad0bbc560026fb21c5b3d07631457e3be84d0f42 (patch)
tree5bd090e9a28e06b98328de41f73374374e92a5c7 /hw/s390-virtio.c
parentadd142e0aa41daad86f650b68bac6b6a8e808f8d (diff)
downloadhqemu-ad0bbc560026fb21c5b3d07631457e3be84d0f42.zip
hqemu-ad0bbc560026fb21c5b3d07631457e3be84d0f42.tar.gz
S390: remove default cdrom, sd-card and floppy support
This patch simply disables CDROM, SD card and floppy support for the s390 virtio machine. Without this patch, a default CDROM drive would get added which has currently no backing on s390. Signed-off-by: Einar Lueck <elelueck@de.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'hw/s390-virtio.c')
-rw-r--r--hw/s390-virtio.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/s390-virtio.c b/hw/s390-virtio.c
index d17602f..d7dc857 100644
--- a/hw/s390-virtio.c
+++ b/hw/s390-virtio.c
@@ -331,8 +331,11 @@ static QEMUMachine s390_machine = {
.alias = "s390",
.desc = "VirtIO based S390 machine",
.init = s390_init,
+ .no_cdrom = 1,
+ .no_floppy = 1,
.no_serial = 1,
.no_parallel = 1,
+ .no_sdcard = 1,
.use_virtcon = 1,
.max_cpus = 255,
.is_default = 1,
OpenPOWER on IntegriCloud