From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9Six-0003S0-Jx for qemu-devel@nongnu.org; Mon, 11 Apr 2011 21:49:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9Knc-0003AD-NN for qemu-devel@nongnu.org; Mon, 11 Apr 2011 13:21:17 -0400 Received: from moutng.kundenserver.de ([212.227.17.8]:53476) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9Knc-00039Y-9S for qemu-devel@nongnu.org; Mon, 11 Apr 2011 13:21:16 -0400 Message-ID: <4DA3387C.3060406@mail.berlios.de> Date: Mon, 11 Apr 2011 19:21:00 +0200 From: Stefan Weil 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> In-Reply-To: <4DA2AF8F.4000308@redhat.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: Paolo Bonzini Cc: Anthony Liguori , QEMU Developers Am 11.04.2011 09:36, schrieb Paolo Bonzini: > 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 The bug was reported for a tinycore 3.5.1 guest (linux kernel 3.6.33-3). The iso image is available from http://distro.ibiblio.org/tinycorelinux/3.x/release/. QEMU was running on XP SP3. Other Linux live CD-ROMs (e.g. FC14) were reported to show the same bug when run as guest. APIC can be disabled (kernel parameter), without APIC there is no problem. 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. Regards, Stefan