From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KxpcV-0003gc-Vs for qemu-devel@nongnu.org; Wed, 05 Nov 2008 16:08:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KxpcU-0003fd-Bp for qemu-devel@nongnu.org; Wed, 05 Nov 2008 16:08:55 -0500 Received: from [199.232.76.173] (port=51938 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KxpcU-0003fa-2x for qemu-devel@nongnu.org; Wed, 05 Nov 2008 16:08:54 -0500 Received: from nf-out-0910.google.com ([64.233.182.189]:47082) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KxpcT-0002HU-Vt for qemu-devel@nongnu.org; Wed, 05 Nov 2008 16:08:54 -0500 Received: by nf-out-0910.google.com with SMTP id b2so169074nfb.12 for ; Wed, 05 Nov 2008 13:08:51 -0800 (PST) Message-ID: <49120B5F.5000805@codemonkey.ws> Date: Wed, 05 Nov 2008 15:08:47 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [5636] Run timers from host alarm timer callback References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed 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 Anthony Liguori wrote: > Revision: 5636 > http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5636 > Author: aliguori > Date: 2008-11-05 21:04:35 +0000 (Wed, 05 Nov 2008) > > Log Message: > ----------- > Run timers from host alarm timer callback > > This further cleans up the main loop getting it a lot closer to what a main > loop should be. > > Signed-off-by: Anthony Liguori > I've tested this with a variety of clocks and guests but this could uncover more bugs like the previous 5s select sleep. If things start slowing down, please try this changeset first and let me know. Regards, Anthony Liguori