From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KWTq0-0006av-5x for qemu-devel@nongnu.org; Fri, 22 Aug 2008 06:25:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KWTpv-0006WF-Lr for qemu-devel@nongnu.org; Fri, 22 Aug 2008 06:25:46 -0400 Received: from [199.232.76.173] (port=59351 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWTpu-0006Vu-EM for qemu-devel@nongnu.org; Fri, 22 Aug 2008 06:25:42 -0400 Received: from mx1.redhat.com ([66.187.233.31]:39024) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KWTpt-0006lA-RD for qemu-devel@nongnu.org; Fri, 22 Aug 2008 06:25:42 -0400 From: Gerd Hoffmann Date: Fri, 22 Aug 2008 12:25:26 +0200 Message-Id: <1219400728-20422-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] RfC: xenner (aka xen emulation) bits. Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, xen-devel@lists.xensource.com Cc: Gerd Hoffmann Hi folks, These are the very first bits of the xen emulation, codenamed xenner. It brings an xen event channel implementation for qemu. It isn't very useful alone. This post is just for an early review of the way I'm planing to implement this. The first patch implements the event channels and the switch between libxenctl / qemu internal using function pointers. The second patch makes the backends go through the function pointers. Comments are welcome. cheers, Gerd