]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: switch to using libxl_domain_create_restore from v4.4 API
authorJim Fehlig <jfehlig@suse.com>
Fri, 29 Apr 2016 03:08:28 +0000 (21:08 -0600)
committerJim Fehlig <jfehlig@suse.com>
Tue, 10 May 2016 20:23:37 +0000 (14:23 -0600)
commitfccf27253cedd131c5c4720d31d96ecc68c20e59
tree188535aae7a485c2b151126a2b4c003225ff551e
parent70ac246159d6507808cf640f03ec183da92229f6
libxl: switch to using libxl_domain_create_restore from v4.4 API

In LIBXL_API_VERSION 0x040400, the libxl_domain_create_restore API
gained a parameter for specifying restore parameters. Switch to
using version 0x040400, which will be useful in a subsequent commit
to specify the Xen migration stream version when restoring.

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