From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K7tnO-0000kT-VH for qemu-devel@nongnu.org; Sun, 15 Jun 2008 11:05:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K7tnN-0000iQ-Gd for qemu-devel@nongnu.org; Sun, 15 Jun 2008 11:05:30 -0400 Received: from [199.232.76.173] (port=55779 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7tnN-0000iH-DC for qemu-devel@nongnu.org; Sun, 15 Jun 2008 11:05:29 -0400 Received: from moutng.kundenserver.de ([212.227.126.186]:54729) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K7tnM-0004Bl-UT for qemu-devel@nongnu.org; Sun, 15 Jun 2008 11:05:29 -0400 Message-ID: <48552FB4.10000@mail.berlios.de> Date: Sun, 15 Jun 2008 17:05:24 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel][BUG] Regression: 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> <48136447.1020407@mail.berlios.de> In-Reply-To: <48136447.1020407@mail.berlios.de> 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 Developers , Thiemo Seufer Stefan Weil schrieb: > 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 Is there nobody interested in getting this regression fixed? What is the equivalent to cpu_reset_interrupt in Qemu's current code? Regards, Stefan