]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: populate build_info vfb in separate function
authorJim Fehlig <jfehlig@suse.com>
Mon, 27 Apr 2015 18:32:55 +0000 (12:32 -0600)
committerJim Fehlig <jfehlig@suse.com>
Thu, 28 May 2015 18:40:43 +0000 (12:40 -0600)
commit09f2faf9330d7fb3c83db6b03a57891874932b33
tree0dae3e1093deb94b79b4b455086ae163136f09ce
parent6839b08ba1e5e6dfe58d43a933d740198518e49d
libxl: populate build_info vfb in separate function

For HVM domains, vfb info must be populated in the libxl_domain_build_info
struct.  Currently this is done in the libxlMakeVfbList function, but IMO
it would be cleaner to populate the build_info vfb in a separate
libxlMakeBuildInfoVfb function.  libxlMakeVfbList would then handle only
vfb devices, simiar to the other libxlMake<device>List functions.

A future patch will extend libxlMakeBuildInfoVfb to support SPICE.

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
src/libxl/libxl_conf.c