]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Pass -vga none if no video card specified
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 21 Dec 2009 22:38:05 +0000 (22:38 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 18 Jan 2010 13:55:57 +0000 (13:55 +0000)
commitfebc591683cf51e4551f8bcf3ce279a776056e1c
treef4908e13236d6c9c6c3dab7b90715d052b0ec199
parent4f6c999006f42a005fda000d702aa1506dbb80f1
Pass -vga none if no video card specified

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 -vga none.
* tests/qemuxml2argvdata/qemuxml2argv-nographics-vga.args,
  tests/qemuxml2argvdata/qemuxml2argv-nographics-vga.xml: Test
  data files
src/qemu/qemu_conf.c
tests/qemuargv2xmltest.c
tests/qemuxml2argvdata/qemuxml2argv-nographics-vga.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-nographics-vga.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c