From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH Remus v7 0/3] Remus support for Migration-v2 Date: Fri, 29 May 2015 13:25:33 +0100 Message-ID: <1432902333.15036.25.camel@citrix.com> References: <1431932636-12111-1-git-send-email-yanghy@cn.fujitsu.com> <5562E614.4090808@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5562E614.4090808@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: Yang Hongyang Cc: wei.liu2@citrix.com, wency@cn.fujitsu.com, andrew.cooper3@citrix.com, yunhong.jiang@intel.com, eddie.dong@intel.com, xen-devel@lists.xen.org, guijianfeng@cn.fujitsu.com, rshriram@cs.ubc.ca, ian.jackson@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On Mon, 2015-05-25 at 17:06 +0800, Yang Hongyang wrote: > Ping... Acked + Applied. Sorry for the delay, for some reason I thought I was waiting for Andrew to comment even though they all already had Reviewed-by. Ian. > > 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(-) > > >