From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] xl: Support (by ignoring) xl migrate --live Date: Thu, 21 May 2015 18:23:57 +0200 Message-ID: <20150521162357.GA17683@aepfle.de> References: <1431607286-22140-1-git-send-email-ian.jackson@eu.citrix.com> <1431612346.13579.81.camel@citrix.com> <1432219883.10746.54.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1432219883.10746.54.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 Liu , Matthew Vernon , xen-devel@lists.xensource.com, Ian Jackson , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Thu, May 21, Ian Campbell wrote: > On Thu, 2015-05-14 at 15:05 +0100, Ian Campbell wrote: > > 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 > > Applied, thanks. I think this causes a build failure, somewhere introduced here: git log -p -M --stat e13013d..upstream/staging -- docs/man/ [ 146s] man/xl.pod.1 around line 1529: '=item' outside of any '=over' [ 146s] man/xl.pod.1 around line 1531: You forgot a '=back' before '=head1' [ 146s] POD document had syntax errors at /usr/bin/pod2text line 84. [ 146s] Makefile:167: recipe for target 'txt/man/xl.1.txt' failed [ 146s] make[1]: *** [txt/man/xl.1.txt] Error 255 Olaf