From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LLLNu-0006zJ-7R for qemu-devel@nongnu.org; Fri, 09 Jan 2009 12:43:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LLLNs-0006vX-Di for qemu-devel@nongnu.org; Fri, 09 Jan 2009 12:43:01 -0500 Received: from [199.232.76.173] (port=47341 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLLNs-0006vK-9v for qemu-devel@nongnu.org; Fri, 09 Jan 2009 12:43:00 -0500 Received: from [84.20.150.76] (port=44076 helo=narury.org) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LLLNr-0005Eq-SR for qemu-devel@nongnu.org; Fri, 09 Jan 2009 12:43:00 -0500 Received: from kos.to (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by narury.org (Postfix) with ESMTP id 980253274003 for ; Fri, 9 Jan 2009 19:42:52 +0200 (EET) Date: Fri, 9 Jan 2009 19:42:52 +0200 From: Riku Voipio Subject: Re: [Qemu-devel] Ongoing changes to the displaying code Message-ID: <20090109174252.GA2193@kos.to> References: <4966ADD4.5090102@codesourcery.com> <4966BB7A.3090303@codemonkey.ws> <4966BEC4.7080903@codemonkey.ws> <60cad3f0901090128m23977527kf658c15ba90dbaf8@mail.gmail.com> <49676B43.2020406@codemonkey.ws> <18791.34404.878201.724561@mariner.uk.xensource.com> <4967885A.2020908@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4967885A.2020908@codemonkey.ws> 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 On Fri, Jan 09, 2009 at 11:24:42AM -0600, Anthony Liguori wrote: > If you search the mailing lists, I went down this route before I > originally wrote the VNC server. XEmbed has some serious limitations > surrounding how events are propagated between windows. I convinced > myself that you couldn't do what you really wanted to do through this > mechanism. Howabout using passing a window xid from the GUI app to qemu with command line paramater -parent ? This is how Xoo[1] starts Xephyr (or Xnest) in itself: [1] http://labs.o-hand.com/xoo/ > Of course, with the right VNC extension to support a shared memory > transport, I still contend VNC can be just as efficient as SDL. It still puts a big speed and flexibility limit IMHO. -- "rm -rf" only sounds scary if you don't have backups