From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: Re: [PATCH 10/29] libxl: events: Make timeout and async exec setup take an ao, not a gc Date: Wed, 11 Feb 2015 12:04:43 +0000 Message-ID: <21723.17755.993966.818642@mariner.uk.xensource.com> References: <1423599016-32639-1-git-send-email-ian.jackson@eu.citrix.com> <1423599016-32639-11-git-send-email-ian.jackson@eu.citrix.com> <54DAAAAB.5040109@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <54DAAAAB.5040109@cn.fujitsu.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: Wen Congyang Cc: xen-devel@lists.xensource.com, Euan Harris , Lai Jiangshan , Yang Hongyang List-Id: xen-devel@lists.xenproject.org Wen Congyang writes ("Re: [PATCH 10/29] libxl: events: Make timeout and async exec setup take an ao, not a gc"): > On 02/11/2015 04:09 AM, Ian Jackson wrote: > > Change the timeout setup functions to take a libxl__ao, not a > > libxl__gc. This is going to be needed for ao cancellation, because > > timeouts are going to be a main hook for ao cancellation - so the > > timeouts need to be associated with an ao. ... > > Signed-off-by: Ian Jackson > > CC: Yang Hongyang > > CC: Wen Congyang > > CC: Lai Jiangshan > > libxl__async_exec_start() related modifications look fine to me. Thanks for the review. Ian.