From: Christian Borntraeger Date: Fri, 25 Jan 2013 06:00:19 +0000 (+0000) Subject: sclpconsole: Don't instantiate sclpconsole with -nodefaults X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2e788490d83a4de5bea00207c8695edd5d487e4a;p=qmiga%2Fqemu.git sclpconsole: Don't instantiate sclpconsole with -nodefaults libvirt specifies nodefaults and creates an sclp console with special parameters. Let qemu follow nodefaults and don't create an sclp console if nodefaults is specified. Signed-off-by: Christian Borntraeger Signed-off-by: Alexander Graf --- diff --git a/vl.c b/vl.c index 8b0961ef01..910abb6526 100644 --- a/vl.c +++ b/vl.c @@ -3652,6 +3652,7 @@ int main(int argc, char **argv, char **envp) default_serial = 0; default_parallel = 0; default_virtcon = 0; + default_sclp = 0; default_monitor = 0; default_net = 0; default_floppy = 0;