From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: how to callback from hypervisor to guest os? Date: Mon, 07 Jul 2008 14:57:46 -0700 Message-ID: <4872915A.1080705@goop.org> References: <1215335738.9407.39.camel@thinkpad.localdomain> <1215379562.22922.21.camel@thinkpad.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: weiming Cc: Xen Developers , Daniel Stodden List-Id: xen-devel@lists.xenproject.org weiming wrote: > Hi Daniel, > > Event channel is one-way and async, right? > When hypervisor send a notification to guest within a interrupt > handler, can the guest receive and response to the notification? If > yes, after guest finished processing, can the control be back to xen? It can do a hypercall. J