From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NKBaL-0001jh-LM for qemu-devel@nongnu.org; Mon, 14 Dec 2009 09:07:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NKBaI-0001hV-1n for qemu-devel@nongnu.org; Mon, 14 Dec 2009 09:07:37 -0500 Received: from [199.232.76.173] (port=56463 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NKBaH-0001hQ-OD for qemu-devel@nongnu.org; Mon, 14 Dec 2009 09:07:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:9513) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NKBaH-0008L3-E9 for qemu-devel@nongnu.org; Mon, 14 Dec 2009 09:07:33 -0500 Message-ID: <4B264684.8000900@redhat.com> Date: Mon, 14 Dec 2009 15:07:00 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] X support for QXL and SPICE 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> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Soeren Sandmann Cc: Yaniv Kamay , Izik Eidus , Alexander Graf , qemu-devel@nongnu.org On 12/12/09 00:58, Soeren Sandmann wrote: > Even this simple support provides a better user experience than VNC > because scrolling is accelerated and doesn't result in a huge bitmap > getting sent across the wire. (I don't know if VNC has support for > bltblt, but even if it does, a screenscraping VNC server can't easily > make use of it). cirrus vga bitblit op is mapped to vnc copyrect. X + cirrus driver + xterm make use of it for text scrolling. cheers, Gerd