From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46175 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ODykA-0003Oo-3C for qemu-devel@nongnu.org; Mon, 17 May 2010 07:44:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ODyk8-0002R5-CN for qemu-devel@nongnu.org; Mon, 17 May 2010 07:44:21 -0400 Received: from verein.lst.de ([213.95.11.210]:42544) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ODyk8-0002Qo-4A for qemu-devel@nongnu.org; Mon, 17 May 2010 07:44:20 -0400 Date: Mon, 17 May 2010 13:44:15 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH] Add QEMU DirectFB display driver Message-ID: <20100517114414.GA4776@lst.de> References: <1273856330-15161-1-git-send-email-julian.pidancet@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1273856330-15161-1-git-send-email-julian.pidancet@citrix.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Julian Pidancet Cc: qemu-devel@nongnu.org On Fri, May 14, 2010 at 05:58:50PM +0100, Julian Pidancet wrote: > This patch implements a DirectFB driver for QEMU. It allows Qemu to > draw a VM graphic output directly in the framebuffer of the host, > without having to rely on X11. > DirectFB also provides with a generic interface take advantage of graphic > hardware acceleration for a bunch of different supported cards. Doesn't DirectFB still require utterly broken out of tree kernel patches?