From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: (no subject) Date: Wed, 18 Dec 2013 13:35:14 +0000 Message-ID: <1387373714.28680.21.camel@kazak.uk.xensource.com> References: <1387305337-15355-1-git-send-email-ian.jackson@eu.citrix.com> <52B184DD.8090909@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <52B184DD.8090909@eu.citrix.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: George Dunlap Cc: Shriram Rajagopalan , xen-devel@lists.xensource.com, Ian Jackson , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Wed, 2013-12-18 at 11:19 +0000, George Dunlap wrote: > On 12/17/2013 06:35 PM, Ian Jackson wrote: > > This series removes the usleeps and waiting loops in libxl_dom.c and > > replaces them with event-callback code. > > > > Firstly, some documentation of things I had to reverse-engineer: > > 01/23 xen: Document XEN_DOMCTL_subscribe > > 02/23 xen: Document that EVTCHNOP_bind_interdomain signals > > 03/23 docs: Document event-channel-based suspend protocol > > 04/23 libxc: Document xenctrl.h event channel calls > > Arguably these might be 4.4 material (hence the CC to George). > > These document pretty important aspects of behavior (fixing what might > be considered documentation bugs), and obviously can have no functional > impact. I guess the only risk is that they might be wrong and mislead > someone, but I think that's pretty low. :-) > > These four: > > Release-acked-by: George Dunlap They look good to me too: Acked-by: Ian Campbell