]> xenbits.xensource.com Git - libvirt.git/commit
libxl: support migration stream V2 in migration
authorJim Fehlig <jfehlig@suse.com>
Fri, 29 Apr 2016 21:08:05 +0000 (15:08 -0600)
committerJim Fehlig <jfehlig@suse.com>
Tue, 10 May 2016 20:23:37 +0000 (14:23 -0600)
commitf9edcfa47396fdaab69ed72f0d5e0b751aa014fa
tree2e2856dac0f19256b545ddf9cf2c20f05519492c
parent5325123d235deb07f39b73c06a7d9ab6494fa2c8
libxl: support migration stream V2 in migration

Similar to "support Xen migration stream V2 in save/restore",
add support for indicating the migration stream version in
the migration code. To accomplish this, add a minimal migration
cookie in the libxl driver that is passed between source and
destination hosts. Initially, the cookie is only used in
the Begin and Prepare phases of migration to communicate the
version of the migration stream produced by the source.

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