From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N5gfc-0008CN-Mk for qemu-devel@nongnu.org; Wed, 04 Nov 2009 09:17:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N5gfW-00088v-Aa for qemu-devel@nongnu.org; Wed, 04 Nov 2009 09:17:06 -0500 Received: from [199.232.76.173] (port=44534 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5gfW-00088k-6Y for qemu-devel@nongnu.org; Wed, 04 Nov 2009 09:17:02 -0500 Received: from cerberus.snarc.org ([212.85.155.21]:43537) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N5gfV-0004jj-Ur for qemu-devel@nongnu.org; Wed, 04 Nov 2009 09:17:02 -0500 Date: Wed, 4 Nov 2009 16:09:31 +0000 From: Vincent Hanquez Subject: Re: [Qemu-devel] Re: [PATCH] Add VirtIO Frame Buffer Support Message-ID: <20091104160931.GA3647@snarc.org> References: <1257199759-2941-1-git-send-email-agraf@suse.de> <4AEFCBED.50804@redhat.com> <4AEFCCBA.9050408@redhat.com> <8BA1853F-11C9-44B1-9FDB-1DFDAED40E1B@suse.de> <4AEFCEDA.4030308@redhat.com> <87F51670-CB3F-431C-87B4-A8746F996C6F@suse.de> <20091103112543.GA24834@snarc.org> <4AEFFA0A.4040105@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4AEFFA0A.4040105@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: linux-fbdev-devel@lists.sourceforge.net, Alexander Graf , kvm@vger.kernel.org, qemu-devel@nongnu.org On Tue, Nov 03, 2009 at 11:38:18AM +0200, Avi Kivity wrote: > On 11/03/2009 01:25 PM, Vincent Hanquez wrote: >> not sure if i'm missing the point here, but couldn't it be hypothetically >> extended to stuff 3d (or video& more 2d accel ?) commands too ? I can't >> imagine the cirrus or stdvga driver be able to do that ever ;) >> > > cirrus has pretty good 2d acceleration. 3D is a mega-project though. absolutely huge indeed, but still alexander's code is pretty much the only way, to start such a project. with maybe added benefits on more and easier 2d acceleration. or otherwise wait for SR-IOV graphics cards (or similar tech)... -- Vincent