This patchset implement the Remus support for Migration v2 but without
memory compressing.

PATCH 1-5: Some refactor and prepare work.
PATCH 6-7: The main Remus loop implement.
PATCH 8: Fix for Remus.

Yang Hongyang (8):
  tools/libxc: adjust the memory allocation for migration
  tools/libxc: reuse send_some_pages() in send_all_pages()
  tools/libxc: introduce process_record()
  tools/libxc: split read/handle qemu info
  tools/libxc: defer the setting of HVM_PARAM_IDENT_PT
  tools/libxc: implement Remus checkpointed save
  tools/libxc: implement Remus checkpointed restore
  tools/libxc: X86_PV_INFO can be sent multiple times under Remus

 tools/libxc/include/xenguest.h      |   1 +
 tools/libxc/xc_bitops.h             |   5 +
 tools/libxc/xc_sr_common.h          |  17 ++++
 tools/libxc/xc_sr_restore.c         | 179 +++++++++++++++++++++++++++++-------
 tools/libxc/xc_sr_restore_x86_hvm.c |  44 ++++++++-
 tools/libxc/xc_sr_restore_x86_pv.c  |   2 +-
 tools/libxc/xc_sr_save.c            | 166 +++++++++++++++++----------------
 tools/libxl/libxl_dom.c             |   1 +
 8 files changed, 295 insertions(+), 120 deletions(-)

-- 
1.9.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to