On Fri, Jul 24, 2020 at 10:44 PM Alistair Francis <alistair.fran...@wdc.com> wrote: > > 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
Applied to riscv-to-apply.next Alistair > > include/hw/intc/ibex_plic.h | 1 + > hw/intc/ibex_plic.c | 36 +++++++++++++++++++++++++++++++----- > 2 files changed, 32 insertions(+), 5 deletions(-) > > -- > 2.27.0 >