Re: [Xen-devel] [PATCH] domctl: do away with tool stack based retrying

2015-02-18 Thread Ian Campbell
On Fri, 2015-02-13 at 14:34 +, Wei Liu wrote: > On Wed, Feb 11, 2015 at 01:47:09PM +, 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

Re: [Xen-devel] [PATCH] domctl: do away with tool stack based retrying

2015-02-13 Thread Wei Liu
On Wed, Feb 11, 2015 at 01:47:09PM +, 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

Re: [Xen-devel] [PATCH] domctl: do away with tool stack based retrying

2015-02-11 Thread Andrew Cooper
On 11/02/15 13:47, 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 In pa

[Xen-devel] [PATCH] domctl: do away with tool stack based retrying

2015-02-11 Thread Jan Beulich
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 --- a/tools/libxc/xc_domain.c +++ b/tools/libxc/xc_dom