All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH Remus v7 0/3] Remus support for Migration-v2
@ 2015-05-18  7:03 Yang Hongyang
  2015-05-18  7:03 ` [PATCH Remus v7 1/3] libxc/save: refactor of send_domain_memory_live() Yang Hongyang
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Yang Hongyang @ 2015-05-18  7:03 UTC (permalink / raw)
  To: xen-devel
  Cc: wei.liu2, ian.campbell, wency, andrew.cooper3, yunhong.jiang,
	eddie.dong, guijianfeng, rshriram, ian.jackson

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

Git tree available at:
    https://github.com/macrosheep/xen/tree/Remus-newmig-v7

v6->v7:
  - clear deffered_pages after suspend and send dirty pages
  - initialise allocated_rec_num

v5->v6:
  - refactor send_domain_memory_live()
  - introduce buffer_record()
  - remove the records buffer size limit

Yang Hongyang (3):
  libxc/save: refactor of send_domain_memory_live()
  libxc/save: implement Remus checkpointed save
  libxc/restore: implement Remus checkpointed restore

 tools/libxc/xc_sr_common.h  |  15 +++
 tools/libxc/xc_sr_restore.c | 134 ++++++++++++++++++++++++---
 tools/libxc/xc_sr_save.c    | 217 ++++++++++++++++++++++++++++++++------------
 3 files changed, 295 insertions(+), 71 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-05-29 12:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-18  7:03 [PATCH Remus v7 0/3] Remus support for Migration-v2 Yang Hongyang
2015-05-18  7:03 ` [PATCH Remus v7 1/3] libxc/save: refactor of send_domain_memory_live() Yang Hongyang
2015-05-18  7:03 ` [PATCH Remus v7 2/3] libxc/save: implement Remus checkpointed save Yang Hongyang
2015-05-18  7:03 ` [PATCH Remus v7 3/3] libxc/restore: implement Remus checkpointed restore Yang Hongyang
2015-05-25  9:06 ` [PATCH Remus v7 0/3] Remus support for Migration-v2 Yang Hongyang
2015-05-29 12:25   ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.