From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwwGe-00032R-6R for qemu-devel@nongnu.org; Thu, 23 Apr 2009 06:34:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwwGZ-00031Y-5Q for qemu-devel@nongnu.org; Thu, 23 Apr 2009 06:34:55 -0400 Received: from [199.232.76.173] (port=55813 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwwGY-00031V-Vp for qemu-devel@nongnu.org; Thu, 23 Apr 2009 06:34:50 -0400 Received: from mx2.redhat.com ([66.187.237.31]:35652) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LwwGY-0004Cw-AG for qemu-devel@nongnu.org; Thu, 23 Apr 2009 06:34:50 -0400 Message-ID: <49F04444.1020509@redhat.com> Date: Thu, 23 Apr 2009 12:34:44 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [RfC / Patch] xenner: event channel implementation. References: <49EF1EE6.5080900@redhat.com> <49EF49A9.2000008@codemonkey.ws> In-Reply-To: <49EF49A9.2000008@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Xen Development Mailing List , "qemu-devel@nongnu.org" On 04/22/09 18:45, Anthony Liguori wrote: > Gerd Hoffmann wrote: >> Event channels on Xen are managed by calling the xc_evtchn_* functions >> provided by libxenctrl. The library in turn does does hypercalls into >> the xen kernel. xenner obviously has to provide an alternative >> implementation for these functions. Also for others. This patch starts >> with just the event channels though. > > With xenner, do you still use xenstore/xenconsoled? The current standalone version does. The qemu-merged version will not. cheers, Gerd