mbox series

[v1,0/3] hw/intc: A few fixes for the Ibex PLIC

Message ID cover.1595655188.git.alistair.francis@wdc.com
Headers show
Series hw/intc: A few fixes for the Ibex PLIC | expand

Message

Alistair Francis July 25, 2020, 5:34 a.m. UTC
Recently some SiFive PLIC fixes have been merged into QEMU, this applies
those fixes to the Ibex PLIC as well as an update on how claiming
interrupts works.

Alistair Francis (3):
  hw/intc: ibex_plic: Update the pending irqs
  hw/intc: ibex_plic: Don't allow repeat interrupts on claimed lines
  hw/intc: ibex_plic: Honour source priorities

 include/hw/intc/ibex_plic.h |  1 +
 hw/intc/ibex_plic.c         | 36 +++++++++++++++++++++++++++++++-----
 2 files changed, 32 insertions(+), 5 deletions(-)