From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KcLTC-00032L-7h for qemu-devel@nongnu.org; Sun, 07 Sep 2008 10:42:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KcLTB-00031z-HF for qemu-devel@nongnu.org; Sun, 07 Sep 2008 10:42:29 -0400 Received: from [199.232.76.173] (port=43644 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcLTB-00031p-Cc for qemu-devel@nongnu.org; Sun, 07 Sep 2008 10:42:29 -0400 Received: from toccata.ens-lyon.org ([140.77.166.68]:58728) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KcLTA-00047Q-8y for qemu-devel@nongnu.org; Sun, 07 Sep 2008 10:42:29 -0400 Date: Sun, 7 Sep 2008 16:42:21 +0200 From: Samuel Thibault Subject: Re: [Qemu-devel] [PATCH] opengl rendering in the sdl window Message-ID: <20080907144221.GN4307@implementation> References: <48B81423.9050502@eu.citrix.com> <20080906232723.GB813@shareable.org> <20080907142236.GD4307@implementation> <200809071536.51498.paul@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <200809071536.51498.paul@codesourcery.com> Content-Transfer-Encoding: quoted-printable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: qemu-devel@nongnu.org Paul Brook, le Sun 07 Sep 2008 15:36:51 +0100, a =E9crit : > > Ideally, once switched to fullscreen you could just let the guest > > directly write to the actual video memory (particularly interesting f= or > > Xen and KVM). >=20 > You really don't want to have the guest writing directly to host video = ram.=20 > Video ram tends to be high-latency, so you want to write to regular mem= ory,=20 > then use a wide block transfer or DMA to copy to video ram. How often? Which part(s) of the framebuffer? > If you really need zero-copy then you should have the renderer read the= data=20 > directly out of the guest framebuffer. Same questions. Samuel