From 3ef669e19401b3e504f0bd1ca3113c3aeacd4bed Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Thu, 24 Jan 2013 12:18:52 +0100 Subject: s390: Add default support for SCLP console MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Andreas Färber --- hw/boards.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/boards.h') 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; -- cgit v1.1