From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLb0g-0002lI-3P for qemu-devel@nongnu.org; Wed, 02 Nov 2011 09:37:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLb0e-0004FV-HD for qemu-devel@nongnu.org; Wed, 02 Nov 2011 09:37:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5701) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLb0e-0004FJ-7L for qemu-devel@nongnu.org; Wed, 02 Nov 2011 09:37:40 -0400 Message-ID: <4EB1479F.2070804@redhat.com> Date: Wed, 02 Nov 2011 14:37:35 +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> <4EB13DA0.5050100@redhat.com> <4EB1462F.3070005@weilnetz.de> In-Reply-To: <4EB1462F.3070005@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: Stefan Weil Cc: qemu-devel On 11/02/2011 02:31 PM, Stefan Weil wrote: > Commit 2f9cba0c148af32fad6813480f5c92efe17c2d49 re-added mmtimer2 > because it had existed before (it was called "dynticks" and the > default for w32) and was needed for Linux. It also added mmtimer, a > multimedia timer without rearm. Yes, I missed that it added mmtimer and even made it the default. > I think mmtimer2 would be sufficient. For QEMU 1.0, it should be the > default, because otherwise w32 users won't be able to use it. mmtimer2 doesn't work under Wine unfortunately, but keeping mmtimer+dynticks will do. In the meanwhile, using "-clock mmtimer" is a good workaround. Paolo