From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NKBPs-00076v-Lx for qemu-devel@nongnu.org; Mon, 14 Dec 2009 08:56:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NKBPo-000744-TH for qemu-devel@nongnu.org; Mon, 14 Dec 2009 08:56:48 -0500 Received: from [199.232.76.173] (port=52416 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NKBPo-00073y-Of for qemu-devel@nongnu.org; Mon, 14 Dec 2009 08:56:44 -0500 Received: from mx1.redhat.com ([209.132.183.28]:62737) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NKBPo-0006py-5d for qemu-devel@nongnu.org; Mon, 14 Dec 2009 08:56:44 -0500 Message-ID: <4B264413.5090708@redhat.com> Date: Mon, 14 Dec 2009 14:56:35 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] Spice project is now open 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> In-Reply-To: <8BF07900-1F21-4E1C-AFC7-FF9CC47525A3@suse.de> 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: Alexander Graf Cc: Yaniv Kamay , Izik Eidus , qemu-devel@nongnu.org Hi, > Well, in fact VNC would wait for the refresh timer of the VGA > framebuffer dirty thing and only send a single update too. Well, it isn't that simple. When copyrect is used updates can be *much* more frequently. Reason is that the vnc server has to push out outstanding dirty regions before sending the copyrect command. Otherwise the client-side blit would work with stale data. cheers, Gerd