From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JrNCJ-0002Wh-W5 for qemu-devel@nongnu.org; Wed, 30 Apr 2008 21:02:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JrNCI-0002WT-7M for qemu-devel@nongnu.org; Wed, 30 Apr 2008 21:02:55 -0400 Received: from [199.232.76.173] (port=42404 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JrNCI-0002WQ-1O for qemu-devel@nongnu.org; Wed, 30 Apr 2008 21:02:54 -0400 Received: from smtp3.wanadoo.co.uk ([193.252.22.156] helo=smtp3.freeserve.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JrNCH-0003g7-PL for qemu-devel@nongnu.org; Wed, 30 Apr 2008 21:02:53 -0400 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3204.me.freeserve.com (SMTP Server) with ESMTP id 9DF7F7000082 for ; Thu, 1 May 2008 03:02:48 +0200 (CEST) Received: from [81.76.192.186] (modem-186.fruitbat.dialup.pol.co.uk [81.76.192.186]) by mwinf3204.me.freeserve.com (SMTP Server) with ESMTP id 8C23C7000081 for ; Thu, 1 May 2008 03:02:45 +0200 (CEST) Subject: Re: [Qemu-devel] OpenGL in qemu From: Gervase Lam In-Reply-To: References: Content-Type: text/plain Date: Thu, 01 May 2008 02:03:11 +0100 Message-Id: <1209603791.4940.17.camel@localhost> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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 > Date: Wed, 30 Apr 2008 11:07:36 +1000 > From: Nik > Subject: Re: [Qemu-devel] OpenGL in qemu > However, if I can find a solution which has a good longer-term future > and supports the greatest range of applications and users, then I am > very interested, so long as it doesn't make the implementation overly > complex. :o) Fabrice made the following suggestion, which I am only just(!) beginning to understand: Essentially, I think he would like to see something like the following: (Guest driver) -> (pseudo PCI adapter emulated by QEMU)-> (Host gfx lib) This would allow any host to benefit without having to write host specific code to handle this. I think that was the point Fabrice was making. Thanks, Gervase.