From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NJFXi-0007yV-1o for qemu-devel@nongnu.org; Fri, 11 Dec 2009 19:09:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NJFXc-0007vk-6P for qemu-devel@nongnu.org; Fri, 11 Dec 2009 19:09:00 -0500 Received: from [199.232.76.173] (port=46140 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NJFXc-0007vh-0y for qemu-devel@nongnu.org; Fri, 11 Dec 2009 19:08:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48666) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NJFXb-00066K-MG for qemu-devel@nongnu.org; Fri, 11 Dec 2009 19:08:56 -0500 Date: Sat, 12 Dec 2009 02:08:44 +0200 From: Izik Eidus Message-ID: <20091212020844.30176b31@redhat.com> In-Reply-To: References: <1393046876.1549021260539141025.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com> <4B226BFC.1040606@codemonkey.ws> <20091211204828.464707cf@redhat.com> <4B2297A2.8040102@codemonkey.ws> <20091211212135.645864f9@redhat.com> <4B229DCE.7070500@codemonkey.ws> <20091211213911.0dce90dc@redhat.com> <4B22A2D9.6020602@codemonkey.ws> <20091211222101.5e924d20@redhat.com> <4B22AFBF.6080709@codemonkey.ws> <20091211231334.3d8a599f@redhat.com> <8BF07900-1F21-4E1C-AFC7-FF9CC47525A3@suse.de> <20091212004635.0b57a8c0@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: X support for QXL and SPICE List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Soeren Sandmann Cc: Yaniv Kamay , Alexander Graf , qemu-devel@nongnu.org On 12 Dec 2009 00:58:13 +0100 Soeren Sandmann wrote: > > However, as things stand right now, there is not much point in adding > this support, because X applications essentially always work like > this: > > - render to offscreen pixmap > - copy pixmap to screen > > There is not yet support for offscreen pixmaps in SPICE, so at the > moment, solid fill and CopyArea are the two main things that actually > make a difference. I Have patch that already add this support, we delayed it integration in order that we will make sure that the new surfaces/offscreens architacture would work well for all the users (windows and X), we should see it in very soon. Thanks. > > > Soren