From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v3 07/28] tools/libxl: Extra management APIs for the save helper Date: Mon, 13 Jul 2015 14:21:21 +0100 Message-ID: <1436793681.25044.1.camel@citrix.com> References: <1436788907-1921-1-git-send-email-andrew.cooper3@citrix.com> <1436788907-1921-8-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-8-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 Mon, 2015-07-13 at 13:01 +0100, Andrew Cooper wrote: > With migration v2, there are several moving parts needing to be > juggled at once. This requires the error handling logic to be able to > query the state of each moving part, possibly before they have been > started, and be able to cancel them. > > Signed-off-by: Andrew Cooper Acked-by: Ian Campbell