]> xenbits.xensource.com Git - libvirt.git/commit
libxl: vga.kind none when no device specified
authorArtur Puzio <contact@puzio.waw.pl>
Thu, 7 May 2020 11:24:35 +0000 (13:24 +0200)
committerJim Fehlig <jfehlig@suse.com>
Thu, 7 May 2020 21:42:39 +0000 (15:42 -0600)
commita13b2905f7cf5a69b344d2d35bcb046fb83f0ff6
treee1e5fd6e70163e6b1947933a8c44c0c785f1593e
parent2e93af279abd87305eb316e0d64c8b70af57b4dd
libxl: vga.kind none when no device specified

When no video device is specified in config we should set both
hvm.nographic to 1 and hvm.vga.kind to NONE.

Without hvm.vga.kind=LIBXL_VGA_INTERFACE_TYPE_NONE both -nographic and
-device 'cirrus-vga' are on qemu cmdline.

Signed-off-by: Artur Puzio <contact@puzio.waw.pl>
Reviewed-by: Jim Fehlig <jfehlig@suse.com>
src/libxl/libxl_conf.c
tests/libxlxml2domconfigdata/fullvirt-acpi-slic.json
tests/libxlxml2domconfigdata/fullvirt-cpuid.json