|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] Make XEN_DOMCTL_destroydomain hypercall continua
On Tue, Aug 28, 2007 at 06:58:55PM +0900, Isaku Yamahata wrote:
> On Tue, Aug 28, 2007 at 10:51:17AM +0100, Keir Fraser wrote:
> > On 28/8/07 09:59, "Isaku Yamahata" <yamahata@xxxxxxxxxxxxx> wrote:
> >
> > >> do {
> > >> ret = do_domctl(xc_handle, &domctl);
> > >> while (ret == EAGAIN);
> > >
> > > Right. attached the updated one.
> >
> > Hang on! The loop above doesn't do the same as your original one. And looks
> > less correct to me. Which is the correct one?
>
> The patch has the following hank which is correct, I believe.
> Or am I missing anything else?
You correctly fix my loop (I wrote the test condition too quickly hence
wrongly!)
Tristan.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|