From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 21/27] tools/libxc+libxl+xl: Save v2 streams Date: Fri, 10 Jul 2015 11:57:45 +0100 Message-ID: <1436525865.23508.243.camel@citrix.com> References: <1436466413-25867-1-git-send-email-andrew.cooper3@citrix.com> <1436466413-25867-22-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: <1436466413-25867-22-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 , Ian Jackson , Xen-devel List-Id: xen-devel@lists.xenproject.org On Thu, 2015-07-09 at 19:26 +0100, Andrew Cooper wrote: > This is a complicated set of changes which must be done together for > bisectability. > > * libxl-save-helper is updated to unconditionally use libxc migration v2. > * libxl compatibility workarounds in libxc are disabled for save operations. > * libxl__stream_write_start() is logically spliced into the event location > where libxl__xc_domain_save() used to reside. > * xl is updated to indicate that the stream is now v2 > > Signed-off-by: Andrew Cooper Acked-by: Ian Campbell