From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35243 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PEQd6-0006mX-VQ for qemu-devel@nongnu.org; Fri, 05 Nov 2010 14:03:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PEQd5-0002Rx-0Z for qemu-devel@nongnu.org; Fri, 05 Nov 2010 14:03:12 -0400 Received: from bhuna.collabora.co.uk ([93.93.128.226]:51302) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PEQd4-0002RG-Sc for qemu-devel@nongnu.org; Fri, 05 Nov 2010 14:03:10 -0400 Message-ID: <4CD44587.2050001@collabora.co.uk> Date: Fri, 05 Nov 2010 17:57:27 +0000 From: Ian Molton MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH] Implement a virtio GPU transport References: <1097264455.965471288612409433.JavaMail.root@zmail06.collab.prod.int.phx2.redhat.com> <4CCEC090.3050009@codemonkey.ws> <4CD1A406.3090909@collabora.co.uk> <20101104091358.GA28832@playa.tlv.redhat.com> In-Reply-To: <20101104091358.GA28832@playa.tlv.redhat.com> 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: Alon Levy Cc: linux-kernel@vger.kernel.org, Rusty Russell , QEMU Developers , virtualization@lists.linux-foundation.org, virtualization@lists.osdl.org, Avi Kivity On 04/11/10 09:13, Alon Levy wrote: > On Wed, Nov 03, 2010 at 06:03:50PM +0000, Ian Molton wrote: >> On 01/11/10 13:28, Anthony Liguori wrote: >>> On 11/01/2010 06:53 AM, Alon Levy wrote: >> >>>> While we (speaking as part of the SPICE developers) want to have the same >>>> support in our virtual GPU for 3d as we have for 2d, we just don't at >>>> this point of time. >> >> Would it be helpful to you to have /something/ that works in the >> interim? I'm happy to work with you guys so that we dont need to >> reinvent the wheel ;-) > > In case it wasn't clear, I think putting virtio-gl is a good idea, exactly because it works right now. Thanks :) -Ian