From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LW71t-0007fk-Jq for qemu-devel@nongnu.org; Sun, 08 Feb 2009 05:36:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LW71q-0007fY-GP for qemu-devel@nongnu.org; Sun, 08 Feb 2009 05:36:48 -0500 Received: from [199.232.76.173] (port=49704 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LW71q-0007fT-8r for qemu-devel@nongnu.org; Sun, 08 Feb 2009 05:36:46 -0500 Received: from outbound.icp-qv1-irony-out4.iinet.net.au ([203.59.1.150]:53479) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LW71p-0008Fj-Lw for qemu-devel@nongnu.org; Sun, 08 Feb 2009 05:36:46 -0500 Received: from hendrix (hendrix [192.168.200.99]) by hendrix.mega-nerd.net (Postfix) with SMTP id DE6EAAB4E9 for ; Sun, 8 Feb 2009 21:36:37 +1100 (EST) Date: Sun, 8 Feb 2009 21:36:37 +1100 From: Erik de Castro Lopo Message-Id: <20090208213637.e76e8fd7.mle+tools@mega-nerd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] ACPI weirdness with SVN head Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi all, I had been running qemu svn version 6071 until just recently when I upgraded to 6552. Now a couple of my Linus VMs are having ACPI problems during boot. They hang during boot with : [ 1.911518] ACPI: Core revision 20080926 [ 1.920493] ACPI: Checking initramfs for custom DSDT [ 5.594338] ..TIMER: vector=0x30 apic1=0 pin1=0 apic2=-1 pin2=-1 [ 5.596010] ..MP-BIOS bug: 8254 timer not connected to IO-APIC [ 5.596010] ...trying to set up timer (IRQ0) through the 8259A ... [ 5.596010] ..... (found apic 0 pin 0) ... [ 5.596010] ....... failed. [ 5.596010] ...trying to set up timer as Virtual Wire IRQ... Is this a known problem? Cheers, Erik -- ----------------------------------------------------------------- Erik de Castro Lopo ----------------------------------------------------------------- I call C++ a curse on programmers everywhere; the language that has enabled and encouraged more stupidity and bad software design than any other programming language ever.