Re: [PATCH v1 1/3] hw/intc: ibex_plic: Update the pending irqs

2020-08-12 Thread Philippe Mathieu-Daudé
On 7/25/20 7:34 AM, Alistair Francis wrote: > After a claim or a priority change we need to update the pending > interrupts. This is based on the same patch for the SiFive PLIC: > 55765822804f5a58594e "riscv: plic: Add a couple of mising > sifive_plic_update calls" > > Signed-off-by: Alistair Fran

[PATCH v1 1/3] hw/intc: ibex_plic: Update the pending irqs

2020-07-24 Thread Alistair Francis
After a claim or a priority change we need to update the pending interrupts. This is based on the same patch for the SiFive PLIC: 55765822804f5a58594e "riscv: plic: Add a couple of mising sifive_plic_update calls" Signed-off-by: Alistair Francis Cc: Jessica Clarke --- hw/intc/ibex_plic.c | 4 ++