From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uoqk5-0001mC-Qz for qemu-devel@nongnu.org; Tue, 18 Jun 2013 03:54:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uoqk4-0003k6-J6 for qemu-devel@nongnu.org; Tue, 18 Jun 2013 03:54:17 -0400 Received: from mail-ea0-x232.google.com ([2a00:1450:4013:c01::232]:62948) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uoqk4-0003jt-CN for qemu-devel@nongnu.org; Tue, 18 Jun 2013 03:54:16 -0400 Received: by mail-ea0-f178.google.com with SMTP id l15so2299328eak.37 for ; Tue, 18 Jun 2013 00:54:15 -0700 (PDT) Date: Tue, 18 Jun 2013 09:54:04 +0200 From: "Edgar E. Iglesias" Message-ID: <20130618075403.GL5991@smtp.vpn> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v2 0/5] Xilinx Intc Fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.crosthwaite@xilinx.com Cc: qemu-devel@nongnu.org On Tue, Jun 11, 2013 at 10:56:55AM +1000, peter.crosthwaite@xilinx.com wrote: > From: Peter Crosthwaite > > > Various fixups to the Xilinx Interrupt controller following a review > against TRM and RTL descriptions. > > Tested as working for microblaze and microblazeel Linux. > > change from v1: > Fixed S3ADSP UART interrupt - done first for bisectability > (Now tested as working on s3asdsp design) Applied, thanks Peter. Cheers, Edgar > > > Peter Crosthwaite (5): > microblaze/petalogix_s3adsp1800_mmu: Fix UART IRQ > intc/xilinx_intc: Don't clear level sens. IRQs without ACK > intc/xilinx_intc: Handle level interrupt retriggering > intc/xilinx_intc: Inhibit write to ISR when HIE > intc/xilinx_intc: Dont lower IRQ when HIE cleared > > hw/intc/xilinx_intc.c | 28 ++++++++++++++++++---------- > hw/microblaze/petalogix_s3adsp1800_mmu.c | 2 +- > 2 files changed, 19 insertions(+), 11 deletions(-) > > -- > 1.8.3.rc1.44.gb387c77.dirty >