From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v10 00/15] Migration v2 (libxc) Date: Tue, 5 May 2015 15:02:59 +0100 Message-ID: <1430834579.2660.105.camel@citrix.com> References: <1429789725-18768-1-git-send-email-andrew.cooper3@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1429789725-18768-1-git-send-email-andrew.cooper3@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: Andrew Cooper Cc: Wei Liu , Vijay Kilari , Wen Congyang , Ian Jackson , Tim Deegan , Xen-devel , Ross Lagerwall , David Vrabel , Shriram Rajagopalan , Hongyang Yang List-Id: xen-devel@lists.xenproject.org On Thu, 2015-04-23 at 12:48 +0100, Andrew Cooper wrote: > Presented here is v10 of the Migration v2 series (libxc subset), which is able > to function when transparently inserted under an unmodified xl/libxl. I've applied the v11 branch with my minor comments addressed which you provided privately. > To experiment, simply set XG_MIGRATION_V2 in xl's environment. For migration, > the easiest way is to tweak libxl-save-helper to be a shell script > > root@vitruvias:/home# cat /usr/lib/xen/bin/libxl-save-helper > #!/bin/bash > export XG_MIGRATION_V2=x > exec /usr/lib/xen/bin/libxl-save-helper.bin "$@" > > which will ensure that XG_MIGRATION_V2 gets set in the environment for both > the source and destination of migration. > > Please experiment! Seconded! Cheers, Ian.