From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: Handle for events? Date: Wed, 29 Sep 2010 09:08:17 -0700 Message-ID: <4CA36471.5040503@goop.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Srujan D. Kotikela" Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 09/28/2010 09:46 PM, Srujan D. Kotikela wrote: > Hi, > > I am trying to send events from DomU to the Dom0. I have established > an event channel. I used to xc_evtchn_notify() to send an event. But I > am not sure how to check if the event has been sent. Through source > browsing I found an event handler for xensource. Is there no generic > handler for event channels? /dev/xen/evtchn allows a usermode program to wait for specific event channels. J