[libvirt] [PATCH v6 0/5] vz: add migration support

Nikolay Shirokovskiy nshirokovskiy at virtuozzo.com
Wed Mar 2 10:55:52 UTC 2016


Difference from v5
==================

1. managed case is implemented
2. p2p follows managed migration flow now
3. 'vz: fix const correctness case' is needed to implement managed case.
4. misc options that are always on for vz (--live, --compressed) are
 not required to be set explicitly.
5. --offline is not supported anymore but migration of inactive
 domains is possible without this option set. 

Nikolay Shirokovskiy (5):
  vz: save session uuid on login
  vz: fix const correctness case
  vz: implement managed migration
  vz: implement p2p migration
  vz: cleanup: define vz format of uuids

 src/vz/vz_driver.c | 555 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/vz/vz_sdk.c    |  89 +++++++--
 src/vz/vz_sdk.h    |   6 +
 src/vz/vz_utils.c  |   2 +-
 src/vz/vz_utils.h  |   6 +-
 5 files changed, 641 insertions(+), 17 deletions(-)

-- 
1.8.3.1




More information about the libvir-list mailing list