From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TmEdT-0000FA-0b for qemu-devel@nongnu.org; Fri, 21 Dec 2012 21:16:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TmEdO-0006Dn-Js for qemu-devel@nongnu.org; Fri, 21 Dec 2012 21:16:22 -0500 From: Scott Wood Date: Fri, 21 Dec 2012 20:15:37 -0600 Message-ID: <1356142552-13453-1-git-send-email-scottwood@freescale.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH 00/15] openpic: cleanups and fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org Here's another patch of cleanups and fixes, dealing with critical interrupts, interrupt deassertion, task priority, and other issues. Scott Wood (15): openpic: fix debug prints openpic: lower interrupt when reading the MSI register openpic: fix sense and priority bits ppc/booke: fix crit/mcheck/debug exceptions openpic: make register names correspond better with hw docs openpic: rework critical interrupt support openpic: make ctpr signed openpic/fsl: critical interrupts ignore mask before v4.1 openpic: always call IRQ_check from IRQ_get_next Revert "openpic: Accelerate pending irq search" openpic: use standard bitmap operations openpic: IRQ_check: search the queue a word at a time openpic: add some bounds checking for IRQ numbers openpic: move IACK to its own function openpic: fix CTPR and de-assertion of interrupts hw/openpic.c | 863 ++++++++++++++++++++++++++++------------------ target-ppc/excp_helper.c | 31 +- 2 files changed, 552 insertions(+), 342 deletions(-) -- 1.7.9.5