]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: disable VNC and SDL until explicitly enabled
authorMarek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
Tue, 10 Feb 2015 02:36:47 +0000 (03:36 +0100)
committerJim Fehlig <jfehlig@suse.com>
Thu, 12 Feb 2015 03:24:20 +0000 (20:24 -0700)
commit98780c6be69f290c2a4956dd7747d3000908c7cd
treeb6bf91029375dc6f77ab27e4080814c95b111819
parent8703ee58bd9d9d02b5d64fae48c96f8940b9d0ff
libxl: disable VNC and SDL until explicitly enabled

When initializing a libxl_domain_build_info struct with
libxl_domain_build_info_init(), VNC is enabled by default.  As a
result, VMs configured with no graphics still have VNC enabled.
This behavior is a regression wrt to the legacy Xen driver.

Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
src/libxl/libxl_conf.c