
Daniel P. Berrange wrote:
On Wed, Jun 04, 2014 at 02:35:14PM -0600, Jim Fehlig wrote:
This patch adds initial migration support to the libxl driver, using the VIR_DRV_FEATURE_MIGRATION_PARAMS family of migration functions.
Signed-off-by: Jim Fehlig <jfehlig@suse.com> --- po/POTFILES.in | 1 + src/Makefile.am | 3 +- src/libxl/libxl_conf.h | 6 + src/libxl/libxl_domain.h | 1 + src/libxl/libxl_driver.c | 235 ++++++++++++++++++ src/libxl/libxl_migration.c | 585 ++++++++++++++++++++++++++++++++++++++++++++ src/libxl/libxl_migration.h | 79 ++++++ 7 files changed, 909 insertions(+), 1 deletion(-)
ACK
Thanks, I pushed these patches now. The ABI stability check was a nice improvement. Verified it works when making simple changes like number of vcpus, max mem, etc. Regards, Jim