From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jpo4M-0002a1-Bf for qemu-devel@nongnu.org; Sat, 26 Apr 2008 13:20:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jpo4J-0002Xr-Sk for qemu-devel@nongnu.org; Sat, 26 Apr 2008 13:20:12 -0400 Received: from [199.232.76.173] (port=33448 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jpo4J-0002Xm-ML for qemu-devel@nongnu.org; Sat, 26 Apr 2008 13:20:11 -0400 Received: from moutng.kundenserver.de ([212.227.126.179]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jpo4J-0002ev-AI for qemu-devel@nongnu.org; Sat, 26 Apr 2008 13:20:11 -0400 Message-ID: <48136447.1020407@mail.berlios.de> Date: Sat, 26 Apr 2008 19:20:07 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel][BUG] EFI BIOS on QEMU stopped working with r3371 References: <20071206.135818.112607251.k.suzaki@aist.go.jp> <20071207.004831.74732587.k.suzaki@aist.go.jp> <4782894F.60902@mail.berlios.de> <3FD25EE4-E2FF-440B-9F7B-B02652A02CA0@adacore.com> In-Reply-To: <3FD25EE4-E2FF-440B-9F7B-B02652A02CA0@adacore.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Tristan Gingold schrieb: > EFI Bios worked once with Qemu (around Feb 2007), so certainly > something was broken. > > Happy debugging ;-) Thanks. EFI BIOS stopped working with qemu/trunk r3371. From the change log: ------------------------------------------------------------------------ r3371 | ths | 2007-10-09 05:08:56 +0200 (Di, 09 Okt 2007) | 3 lines Don't route PIC interrupts through the local APIC if the local APIC config says so. By Ari Kivity. ------------------------------------------------------------------------ The bug comes from function pic_irq_request in pc.c. I can fix it for r3371 by adding cpu_reset_interrupt (like in r3370), but the code in the current trunk is totally different. Could the pic experts please have a look? Stefan