From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkmYs-0000rB-D4 for qemu-devel@nongnu.org; Thu, 06 Jun 2013 22:37:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkmYr-0005NR-EE for qemu-devel@nongnu.org; Thu, 06 Jun 2013 22:37:54 -0400 Received: from mail-pa0-x22a.google.com ([2607:f8b0:400e:c03::22a]:36415) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkmYr-0005NL-75 for qemu-devel@nongnu.org; Thu, 06 Jun 2013 22:37:53 -0400 Received: by mail-pa0-f42.google.com with SMTP id rl6so2202875pac.15 for ; Thu, 06 Jun 2013 19:37:52 -0700 (PDT) Sender: Peter Crosthwaite From: peter.crosthwaite@xilinx.com Date: Fri, 7 Jun 2013 12:37:18 +1000 Message-Id: Subject: [Qemu-devel] [PATCH v1 0/5] Xilinx Intc Fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: edgar.iglesias@gmail.com From: Peter Crosthwaite Various fixups to the Xilinx Interrupt controller following a review against TRM and RTL descriptions. Tested as working for microblazeel Linux. Peter Crosthwaite (5): intc/xilinx_intc: Use qemu_set_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 | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) -- 1.8.3.rc1.44.gb387c77.dirty