From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPj7r-0003RK-D5 for qemu-devel@nongnu.org; Wed, 21 Jan 2009 14:52:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPj7q-0003Pv-I8 for qemu-devel@nongnu.org; Wed, 21 Jan 2009 14:52:34 -0500 Received: from [199.232.76.173] (port=39289 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPj7q-0003Pd-Cf for qemu-devel@nongnu.org; Wed, 21 Jan 2009 14:52:34 -0500 Received: from fg-out-1718.google.com ([72.14.220.157]:22811) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LPj7p-0005gh-Vy for qemu-devel@nongnu.org; Wed, 21 Jan 2009 14:52:34 -0500 Received: by fg-out-1718.google.com with SMTP id 19so1921997fgg.8 for ; Wed, 21 Jan 2009 11:52:32 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <49777A05.3090403@eu.citrix.com> References: <49777A05.3090403@eu.citrix.com> Date: Wed, 21 Jan 2009 21:52:31 +0200 Message-ID: Subject: Re: [Qemu-devel] [6391] Fix nographic mode and VNC From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 1/21/09, Stefano Stabellini wrote: > If you just want to always have a timer enabled maybe this patch is better. > I wouldn't want you to add another timer when the gui_timer is available > for this job :) I thought about that, but I didn't want to run gui_update when a dummy function is enough and more accurate.