Re: [libvirt] [PATCH 32/34] Pass -vga none if no video card specified

2010-01-15 Thread Daniel Veillard
On Fri, Jan 08, 2010 at 05:23:28PM +, Daniel P. Berrange wrote: > QEMU always configures a VGA card. If no video card is included in > the libvirt XML, it is neccessary to explicitly turn off the default > using -vga none > > * src/qemu/qemu_conf.c: Pass -vga none if no video card is configure

[libvirt] [PATCH 32/34] Pass -vga none if no video card specified

2010-01-08 Thread Daniel P. Berrange
QEMU always configures a VGA card. If no video card is included in the libvirt XML, it is neccessary to explicitly turn off the default using -vga none * src/qemu/qemu_conf.c: Pass -vga none if no video card is configured * tests/qemuargv2xmltest.c, tests/qemuxml2argvtest.c: Test for handling -v