mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-24 00:18:36 -07:00
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 <borntraeger@de.ibm.com> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
a5c95808ba
commit
2e788490d8
1 changed files with 1 additions and 0 deletions
1
vl.c
1
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue