From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yang Hongyang Subject: Re: [PATCH Remus v7 0/3] Remus support for Migration-v2 Date: Mon, 25 May 2015 17:06:28 +0800 Message-ID: <5562E614.4090808@cn.fujitsu.com> References: <1431932636-12111-1-git-send-email-yanghy@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1431932636-12111-1-git-send-email-yanghy@cn.fujitsu.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: wei.liu2@citrix.com, ian.campbell@citrix.com, wency@cn.fujitsu.com, andrew.cooper3@citrix.com, yunhong.jiang@intel.com, eddie.dong@intel.com, guijianfeng@cn.fujitsu.com, rshriram@cs.ubc.ca, ian.jackson@eu.citrix.com List-Id: xen-devel@lists.xenproject.org Ping... On 05/18/2015 03:03 PM, Yang Hongyang wrote: > 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(-) > -- Thanks, Yang.