7 messages in com.xensource.lists.xen-develRe: [Xen-devel] [PATCH] Make XEN_DOMC...
FromSent OnAttachments
Isaku Yamahata27 Aug 2007 23:20.patch
tgin...@free.fr28 Aug 2007 01:34 
Isaku Yamahata28 Aug 2007 01:59.patch
Keir Fraser28 Aug 2007 02:50 
Isaku Yamahata28 Aug 2007 02:58 
Tristan Gingold28 Aug 2007 03:51 
Tristan Gingold28 Aug 2007 19:15 
Subject:Re: [Xen-devel] [PATCH] Make XEN_DOMCTL_destroydomain hypercall continuable.
From:Tristan Gingold (ging@dhcp-guest-242.act-europe.fr)
Date:08/28/2007 03:51:03 AM
List:com.xensource.lists.xen-devel

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" <yama@valinux.co.jp> 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.