From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Dunlap Subject: Re: (no subject) Date: Wed, 18 Dec 2013 11:19:57 +0000 Message-ID: <52B184DD.8090909@eu.citrix.com> References: <1387305337-15355-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1387305337-15355-1-git-send-email-ian.jackson@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: Ian Jackson , xen-devel@lists.xensource.com Cc: Shriram Rajagopalan , Ian Campbell , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org 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