From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: Re: [PATCH v3 22/28] tools/libxc+libxl+xl: Save v2 streams Date: Mon, 13 Jul 2015 16:25:35 +0100 Message-ID: <21923.55407.151549.751351@mariner.uk.xensource.com> References: <1436788907-1921-1-git-send-email-andrew.cooper3@citrix.com> <1436788907-1921-23-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: <1436788907-1921-23-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 Campbell , Xen-devel List-Id: xen-devel@lists.xenproject.org Andrew Cooper writes ("[PATCH v3 22/28] tools/libxc+libxl+xl: Save v2 streams"): > 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. > * Ownership of the helper state moves into stream_write_state. > * xl is updated to indicate that the stream is now v2 > > Signed-off-by: Andrew Cooper Acked-by: Ian Jackson