From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35448 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q9Bg8-0008SF-KW for qemu-devel@nongnu.org; Mon, 11 Apr 2011 03:36:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9Bg7-0007Jx-Ai for qemu-devel@nongnu.org; Mon, 11 Apr 2011 03:36:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38863) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9Bg6-0007Jq-V9 for qemu-devel@nongnu.org; Mon, 11 Apr 2011 03:36:55 -0400 Message-ID: <4DA2AF8F.4000308@redhat.com> Date: Mon, 11 Apr 2011 09:36:47 +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> In-Reply-To: <1302460123-25704-5-git-send-email-weil@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 4/4] qemu-timer: Fix timers for w32 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Anthony Liguori , QEMU Developers On 04/10/2011 08:28 PM, Stefan Weil wrote: > Commit 68c23e5520e8286d79d96ab47c0ea722ceb75041 removed the > multimedia timer, but this timer is needed for certain > Linux kernels. Otherwise Linux boot stops with this error: > > MP-BIOS bug: 8254 timer not connected to IO-APIC > > So the multimedia timer is added again here. Which distribution and Windows version is that? Also, have they tried the non-dynticks timer (win32)? Paolo