From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] xl: Support (by ignoring) xl migrate --live Date: Thu, 14 May 2015 15:05:46 +0100 Message-ID: <1431612346.13579.81.camel@citrix.com> References: <1431607286-22140-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1431607286-22140-1-git-send-email-ian.jackson@eu.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 Jackson Cc: Matthew Vernon , xen-devel@lists.xensource.com, Wei Liu , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Thu, 2015-05-14 at 13:41 +0100, Ian Jackson wrote: > xm migrate would do non-live migration (effectively, save, transfer > and restore) by default, unless you specified --live. > > xl migrate always does live migration. Honour (by ignoring) --live > for compatibility with old callers. Document this. > > (This patch should be backported as far as possible.) > > Reported-by: Matthew Vernon > Signed-off-by: Ian Jackson > CC: Matthew Vernon Acked-by: Ian Campbell