|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] Make XEN_DOMCTL_destroydomain hypercall continua
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?
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|