]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: generate -display none
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 5 Jul 2016 12:35:28 +0000 (14:35 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 7 Jul 2016 09:51:39 +0000 (11:51 +0200)
commit7a97676b968bcdf60fb987afe6308bc0b4ab9cd3
treebe0e705553df43f05d81066664bbc37635eecb01
parentca57b5d60c82e5a4b924d625bba881feb38e8f44
qemu: generate -display none

This is preferrable to -nographic which (in addition to disabling
graphics output) redirects the serial port to stdio and on OpenBIOS
enables the firmware's serial console.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
src/qemu/qemu_command.c
src/qemu/qemu_parse_command.c
tests/qemuargv2xmldata/qemuargv2xml-nographics-vga-display.args [new file with mode: 0644]
tests/qemuargv2xmldata/qemuargv2xml-nographics-vga-display.xml [new file with mode: 0644]
tests/qemuargv2xmltest.c
tests/qemuxml2argvdata/qemuxml2argv-nographics-display.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-nographics-display.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmltest.c