From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H9SIt-0004Wv-Fo for qemu-devel@nongnu.org; Tue, 23 Jan 2007 15:31:39 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H9SIr-0004W2-0t for qemu-devel@nongnu.org; Tue, 23 Jan 2007 15:31:38 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H9SIq-0004Vy-Tx for qemu-devel@nongnu.org; Tue, 23 Jan 2007 15:31:36 -0500 Received: from [84.96.92.55] (helo=smtP.neuf.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H9SIq-0007Zk-0b for qemu-devel@nongnu.org; Tue, 23 Jan 2007 15:31:36 -0500 Received: from [84.102.211.142] by sp604004mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-5.05 (built Feb 16 2006)) with ESMTP id <0JCC00CLB8GGPK50@sp604004mt.gpm.neuf.ld> for qemu-devel@nongnu.org; Tue, 23 Jan 2007 21:19:28 +0100 (CET) Date: Tue, 23 Jan 2007 21:19:43 +0100 From: Fabrice Bellard Subject: Re: [Qemu-devel] [PATCH] Reworking MIPS interrupts handling In-reply-to: <20070123200052.GA11429@amd64.aurel32.net> Message-id: <45B66DDF.4020800@bellard.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <20070123184220.GA9659@amd64.aurel32.net> <20070123200052.GA11429@amd64.aurel32.net> 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 Good. I prefer this implementation to the current one! Fabrice. Aurelien Jarno wrote: > On Tue, Jan 23, 2007 at 07:42:20PM +0100, Aurelien Jarno wrote: > >>Hi all, >> >>Please find below a patch to fix the IRQ issue on the MIPS platform. I >>have tested it on both 2.4 and 2.6 kernel and it works fine. >> > > > Here is an updated patch including the comments from Paul Brook via IRC. > Thanks Paul for the review.