From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ahmed Moneeb Azab Subject: Xen Event Channels Date: Thu, 09 Oct 2008 17:51:48 -0400 Message-ID: <48EE7CF4.6080908@ncsu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi All, I want to create an event channel between a process in Dom0 and the hypervisor, so that I can receive certain notifications from Xen. However, I could not understand how can I register the callback of the event channel. The only function I found is to bind a virtual irq to the created event channel (evtchn_bind_virq). However, I do not know how to register my callback function to be called when the virq occurs. Any clues or better ideas? Ahmed