From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MlghQ-0004fV-6R for qemu-devel@nongnu.org; Thu, 10 Sep 2009 06:16:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MlghL-0004Yw-R4 for qemu-devel@nongnu.org; Thu, 10 Sep 2009 06:16:19 -0400 Received: from [199.232.76.173] (port=37329 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MlghL-0004YZ-KL for qemu-devel@nongnu.org; Thu, 10 Sep 2009 06:16:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24837) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MlghK-0004Xy-VY for qemu-devel@nongnu.org; Thu, 10 Sep 2009 06:16:15 -0400 Message-ID: <4AA8D1EB.4040909@redhat.com> Date: Thu, 10 Sep 2009 12:16:11 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <200909092236.n89MaDVc020267@d01av01.pok.ibm.com> In-Reply-To: <200909092236.n89MaDVc020267@d01av01.pok.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [Qemu-commits] [COMMIT 733318e] don't call cpu_sychronize_state from reset handlers List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Glauber Costa , "qemu-devel@nongnu.org" On 09/10/09 00:37, Anthony Liguori wrote: > From: Glauber Costa > > Doing this will make the vcpu ioctl be issued from the I/O thread, instead > of cpu thread. The correct behaviour is to call it from within the cpu thread, > as soon as we are ready to go. With this patch booting rawhide stops working. The kernel has trouble setting up the timer and stops after hpet setup: [ ... ] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 ..MP-BIOS bug: 8254 timer not connected to IO-APIC ...trying to set up timer (IRQ0) through the 8259A ... ..... (found apic 0 pin 2) ... ....... failed. ...trying to set up timer as Virtual Wire IRQ... ..... failed. ...trying to set up timer as ExtINT IRQ... ..... works. [ ... ] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 hpet0: 3 comparators, 64-bit 100.000000 MHz counter [ kernel hangs here ] cheers, Gerd