Re: [libvirt] [PATCH 0/2] qemu: use -display none instead of -nographic

2016-07-08 Thread Paolo Bonzini
On 07/07/2016 11:59, Michal Privoznik wrote: > BTW: there are lots of '-nographic' in our > tests/qemuxml2argvdata/qemuxml2argv-*.args files, do we want to update > those to have '-display none' instead? Possibly, but to do that you'd have to add the capability to all the tests. It would be irr

Re: [libvirt] [PATCH 0/2] qemu: use -display none instead of -nographic

2016-07-07 Thread Michal Privoznik
On 07.07.2016 11:59, Michal Privoznik wrote: > On 05.07.2016 14:35, Paolo Bonzini wrote: >> -display none 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. >> >> Paolo Bonzini

Re: [libvirt] [PATCH 0/2] qemu: use -display none instead of -nographic

2016-07-07 Thread Michal Privoznik
On 05.07.2016 14:35, Paolo Bonzini wrote: > -display none 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. > > Paolo Bonzini (2): > qemu: detect -display > qemu: generate

[libvirt] [PATCH 0/2] qemu: use -display none instead of -nographic

2016-07-05 Thread Paolo Bonzini
-display none 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. Paolo Bonzini (2): qemu: detect -display qemu: generate -display none src/qemu/qemu_capabilities.c