From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36441) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLaLS-000592-8Y for qemu-devel@nongnu.org; Wed, 02 Nov 2011 08:55:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLaLQ-0002iF-RJ for qemu-devel@nongnu.org; Wed, 02 Nov 2011 08:55:06 -0400 Received: from mail-qw0-f45.google.com ([209.85.216.45]:56651) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLaLQ-0002hy-N8 for qemu-devel@nongnu.org; Wed, 02 Nov 2011 08:55:04 -0400 Received: by qadc12 with SMTP id c12so152434qad.4 for ; Wed, 02 Nov 2011 05:55:04 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4EB13DA0.5050100@redhat.com> Date: Wed, 02 Nov 2011 13:54:56 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1319214405-20388-1-git-send-email-pbonzini@redhat.com> <1319214405-20388-4-git-send-email-pbonzini@redhat.com> <4EAED750.6070801@weilnetz.de> In-Reply-To: <4EAED750.6070801@weilnetz.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 03/13] qemu-timer: move common code to qemu_rearm_alarm_timer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel , Stefan Weil On 10/31/2011 06:13 PM, Stefan Weil wrote: >> > > They can't be more broken: I noticed today that QEMU on W32 aborts > with the default timer (mmtimer) very quickly. Is there any reason why mmtimer2 is not the default (or indeed why mmtimer and win32 exist)? Paolo