From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MW9oX-0007mg-GP for qemu-devel@nongnu.org; Wed, 29 Jul 2009 10:07:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MW9oS-0007j9-0j for qemu-devel@nongnu.org; Wed, 29 Jul 2009 10:07:28 -0400 Received: from [199.232.76.173] (port=46221 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MW9oR-0007j3-Ts for qemu-devel@nongnu.org; Wed, 29 Jul 2009 10:07:23 -0400 Received: from mx20.gnu.org ([199.232.41.8]:6281) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MW9oR-0007kl-FA for qemu-devel@nongnu.org; Wed, 29 Jul 2009 10:07:23 -0400 Received: from mx2.redhat.com ([66.187.237.31]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MW9oQ-0007Kh-Ex for qemu-devel@nongnu.org; Wed, 29 Jul 2009 10:07:22 -0400 Message-ID: <4A705791.8060302@redhat.com> Date: Wed, 29 Jul 2009 16:07:13 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1 of 3] a single vnc timer to refresh the screen References: 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: Stefano Stabellini Cc: qemu-devel@nongnu.org On 07/29/09 14:08, Stefano Stabellini wrote: > This patch removes the timer per vnc client connected and adds a single > timer to update all the possible clients. > We call vga_hw_update only once in the timer handler. > > Signed-off-by: Stefano Stabellini Looks good and works fine. cheers, Gerd