From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] domctl: do away with tool stack based retrying Date: Wed, 18 Feb 2015 13:31:18 +0000 Message-ID: <1424266278.27775.52.camel@citrix.com> References: <54DB6B6D020000780005F100@mail.emea.novell.com> <20150213143432.GB13644@zion.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YO4iq-0002xD-Qh for xen-devel@lists.xenproject.org; Wed, 18 Feb 2015 13:31:24 +0000 In-Reply-To: <20150213143432.GB13644@zion.uk.xensource.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: Wei Liu Cc: Keir Fraser , Stefano Stabellini , Ian Jackson , Tim Deegan , Jan Beulich , xen-devel List-Id: xen-devel@lists.xenproject.org On Fri, 2015-02-13 at 14:34 +0000, Wei Liu wrote: > On Wed, Feb 11, 2015 at 01:47:09PM +0000, Jan Beulich wrote: > > XEN_DOMCTL_destroydomain so far is being special cased in libxc to > > reinvoke the operation when getting back EAGAIN. Quite a few other > > domctl-s have gained continuations, so I see no reason not to use them > > here too. > > > > Signed-off-by: Jan Beulich > > > > Acked-by: Wei Liu Acked-by: Ian Campbell