From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 13/29] libxl: domain create: Do not destroy on cancellation Date: Tue, 24 Mar 2015 11:24:16 +0000 Message-ID: <1427196256.21742.349.camel@citrix.com> References: <1423599016-32639-1-git-send-email-ian.jackson@eu.citrix.com> <1423599016-32639-14-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1423599016-32639-14-git-send-email-ian.jackson@eu.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 Jackson Cc: xen-devel@lists.xensource.com, Euan Harris List-Id: xen-devel@lists.xenproject.org On Tue, 2015-02-10 at 20:10 +0000, Ian Jackson wrote: > If we cancelled the domain creation, do not try to tear it down again > Document this. > > This is a backwards-compatible API change since old libxl users will > never cancel any operations. > > In the current code, there is no functional change, because > ERROR_CANCELLED is never generated anywhere yet. > > Signed-off-by: Ian Jackson Acked-by: Ian Campbell I presume at some later stage in the series a suitable LIBXL_HAVE_CANCELLATION will materialise? I mention it here because it is on my mind.