From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hongyang Yang Subject: Re: [PATCH Remus v2 01/10] tools/libxc: adjust the memory allocation for migration Date: Tue, 12 May 2015 14:43:45 +0800 Message-ID: <5551A121.8040807@cn.fujitsu.com> References: <1431077610-3366-1-git-send-email-yanghy@cn.fujitsu.com> <1431077610-3366-2-git-send-email-yanghy@cn.fujitsu.com> <1431345039.8263.36.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1431345039.8263.36.camel@citrix.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: Ian Campbell Cc: wei.liu2@citrix.com, eddie.dong@intel.com, wency@cn.fujitsu.com, andrew.cooper3@citrix.com, yunhong.jiang@intel.com, ian.jackson@eu.citrix.com, xen-devel@lists.xen.org, rshriram@cs.ubc.ca List-Id: xen-devel@lists.xenproject.org On 05/11/2015 07:50 PM, Ian Campbell wrote: > On Fri, 2015-05-08 at 17:33 +0800, Yang Hongyang wrote: >> Move the memory allocation before the concrete live/nolive save >> in order to avoid the free/alloc memory loop when using Remus. >> Rename the to_send bitmap to dirty_bitmap. > > Doing the rename in a precursor patch would make the functional change > much easier to see. Thank you! I've split the rename patch! > > > . > -- Thanks, Yang.