From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9ctO-0001Dk-At for qemu-devel@nongnu.org; Tue, 12 Apr 2011 08:40:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9ctN-0005sK-8q for qemu-devel@nongnu.org; Tue, 12 Apr 2011 08:40:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:65044) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9ctN-0005s1-0R for qemu-devel@nongnu.org; Tue, 12 Apr 2011 08:40:25 -0400 Message-ID: <4DA44832.3080206@redhat.com> Date: Tue, 12 Apr 2011 14:40:18 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1302460123-25704-1-git-send-email-weil@mail.berlios.de> <1302460123-25704-5-git-send-email-weil@mail.berlios.de> <4DA2AF8F.4000308@redhat.com> <4DA3387C.3060406@mail.berlios.de> <4DA44765.8090804@siemens.com> In-Reply-To: <4DA44765.8090804@siemens.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/4] qemu-timer: Fix timers for w32 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Anthony Liguori , QEMU Developers On 04/12/2011 02:36 PM, Jan Kiszka wrote: >> I see the same bug here with two XP hosts and also tried both timer >> variants >> of current QEMU (without a difference). >> >> I don't get the bug when running on a Linux host using wine. > > Passing no_timer_check to the Linux guest should work around the issue > as well. But this feature is only available since 2.6.20 (excluding > popular legacy 2.6.16 kernels). I think adding back MM timers is fine, especially since a bug that only happens under native Windows is a bug I'm unlikely to look at... Paolo