From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KciLX-0001cJ-Vk for qemu-devel@nongnu.org; Mon, 08 Sep 2008 11:08:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KciLW-0001bJ-4r for qemu-devel@nongnu.org; Mon, 08 Sep 2008 11:08:07 -0400 Received: from [199.232.76.173] (port=52674 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KciLW-0001bE-0R for qemu-devel@nongnu.org; Mon, 08 Sep 2008 11:08:06 -0400 Received: from mail2.shareable.org ([80.68.89.115]:36983) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KciLU-0003L8-Rm for qemu-devel@nongnu.org; Mon, 08 Sep 2008 11:08:05 -0400 Date: Mon, 8 Sep 2008 16:08:01 +0100 From: Jamie Lokier Subject: Re: [Qemu-devel] [PATCH] opengl rendering in the sdl window Message-ID: <20080908150759.GB8465@shareable.org> References: <48BF4F4F.40208@codemonkey.ws> <48BFB318.206@eu.citrix.com> <20080905120214.GD1373@shareable.org> <48C16207.5090808@eu.citrix.com> <20080905165536.GA12606@redhat.com> <48C168CE.5040700@eu.citrix.com> <48C348D3.6070702@codemonkey.ws> <20080908134140.GF4947@shareable.org> <20080908134833.GQ2315@redhat.com> <48C53D24.8030803@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48C53D24.8030803@redhat.com> 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 Gerd Hoffmann wrote: > Beside that I still think it would be a good idea to separate qemu and > the gui into two separate processes, so you can close the GUI window and > keep the VM running. It also solves the dependency issue for distros as > the gtk frontend with all the dependencies can just go into a separate > sub-package. Extending VNC with a "shared memory" extension, similar to Xlib's MIT-SHM extension, and implementing it in QEMU and Gtk-VNC would be a nice way to do this. Right now VNC works very well except for the overhead of sending the image over a socket :-) The Gtk-VNC widget (currently used by the Vinagre application) accelerated in that way would work nicely inside a Gtk GUI providing buttons etc. for controlling QEMU. -- Jamie