]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: switch s390/s390x default console back to serial
authorPino Toscano <ptoscano@redhat.com>
Tue, 14 Nov 2017 17:00:30 +0000 (18:00 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 28 Nov 2017 14:48:59 +0000 (15:48 +0100)
commit220c1f70dc96b1066cefbfe50f30e3111a2ecdc6
treeb42c072e4779afe8fbb55a68f7a2f1ca8ed16715
parent21332bf6587c23409fecb06ab81dbc14dd52c10b
qemu: switch s390/s390x default console back to serial

Now that <serial> and <console> on s390/s390x behave a bit more like the
other architectures, remove this extra differentation, and use sclp
console by default for new guests.  New virtio consoles can still be
added, and it is actually needed because of the limited number of
instances for sclp and sclplm.

This reverts commit b1c88c14764e0b043a269d454a83a6ac7af34eac, whose
reasons are not totally clear.

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Bjoern Walk <bwalk@linux.vnet.ibm.com>
src/qemu/qemu_domain.c
tests/qemuxml2argvdata/qemuxml2argv-s390-serial-console.args
tests/qemuxml2xmloutdata/qemuxml2xmlout-s390-defaultconsole.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-s390-serial-console.xml