From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eb9JR-0003WD-ET for qemu-devel@nongnu.org; Mon, 15 Jan 2018 13:16:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eb9JO-0006mu-AC for qemu-devel@nongnu.org; Mon, 15 Jan 2018 13:16:49 -0500 Received: from chuckie.co.uk ([82.165.15.123]:45286 helo=s16892447.onlinehome-server.info) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eb9JO-0006cJ-2z for qemu-devel@nongnu.org; Mon, 15 Jan 2018 13:16:46 -0500 References: <20180110204327.22510-1-jcd@tribudubois.net> From: Mark Cave-Ayland Message-ID: Date: Mon, 15 Jan 2018 18:16:28 +0000 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] LEON3 IRQMP: Fix IRQ software ack List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fabien Chouteau , Jean-Christophe Dubois Cc: qemu-devel@nongnu.org On 11/01/18 11:48, Fabien Chouteau wrote: > On 10/01/2018 21:43, Jean-Christophe Dubois wrote: >> With the LEON3 IRQ controller IRQs can be acknoledged 2 ways: >> * Explicitely by software writing to the CLEAR_OFFSET register >> * Implicitely when the procesor is done running the trap handler attached >> to the IRQ. >> > > Thanks Jean-Christophe, > > I tested the patch with our software and it works. > > Reviewed-by: Fabien Chouteau Thanks Fabien. Does that mean you would like me to take this patch for my qemu-sparc branch? ATB, Mark.