summaryrefslogtreecommitdiffstats
path: root/hw/boards.h
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2013-01-24 12:18:52 +0100
committerAlexander Graf <agraf@suse.de>2013-01-29 21:50:04 +0100
commit3ef669e19401b3e504f0bd1ca3113c3aeacd4bed (patch)
treefc8e2ca6f98b77bd82e9b7839e6c64073530332b /hw/boards.h
parentec9466ff2e50213c8318ffdd7003f345278ab795 (diff)
downloadhqemu-3ef669e19401b3e504f0bd1ca3113c3aeacd4bed.zip
hqemu-3ef669e19401b3e504f0bd1ca3113c3aeacd4bed.tar.gz
s390: Add default support for SCLP console
The current s390 machine uses the virtio console as default console, but this doesn't mean that we always want to keep it that way for new machines. This patch introduces a way for a machine type to specify that it wants the default console to be an SCLP console, which is a lot closer to what real hardware does. Signed-off-by: Alexander Graf <agraf@suse.de> Reviewed-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'hw/boards.h')
-rw-r--r--hw/boards.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/boards.h b/hw/boards.h
index 3ff9665..3813d4e 100644
--- a/hw/boards.h
+++ b/hw/boards.h
@@ -33,6 +33,7 @@ typedef struct QEMUMachine {
unsigned int no_serial:1,
no_parallel:1,
use_virtcon:1,
+ use_sclp:1,
no_floppy:1,
no_cdrom:1,
no_sdcard:1;
OpenPOWER on IntegriCloud