V7 here
https://www.redhat.com/archives/libvir-list/2014-May/msg00301.html
In V8:
- Set freed resources to NULL/0.
- Add libxlDomainDefCheckABIStability() function to do simple
ABI stability checks of two virDomainDef objects.
Jim Fehlig (2):
libxl: introduce libxlDomainDefCheckABIStability
libxl: add migration support
po/POTFILES.in | 1 +
src/Makefile.am | 3 +-
src/libxl/libxl_conf.h | 6 +
src/libxl/libxl_domain.c | 23 ++
src/libxl/libxl_domain.h | 6 +
src/libxl/libxl_driver.c | 235 ++++++++++++++++++
src/libxl/libxl_migration.c | 585 ++++++++++++++++++++++++++++++++++++++++++++
src/libxl/libxl_migration.h | 79 ++++++
8 files changed, 937 insertions(+), 1 deletion(-)
create mode 100644 src/libxl/libxl_migration.c
create mode 100644 src/libxl/libxl_migration.h
--
1.8.4.5