Re: [PATCH v1 3/3] hw/intc: ibex_plic: Honour source priorities

2020-08-12 Thread Philippe Mathieu-Daudé
On 7/25/20 7:34 AM, Alistair Francis wrote: > This patch follows what commit aa4d30f6618dc "riscv: plic: Honour source > priorities" does and ensures that the highest priority interrupt will be > serviced first. > > Signed-off-by: Alistair Francis > Cc: Jessica Clarke Reviewed-by: Philippe

[PATCH v1 3/3] hw/intc: ibex_plic: Honour source priorities

2020-07-24 Thread Alistair Francis
This patch follows what commit aa4d30f6618dc "riscv: plic: Honour source priorities" does and ensures that the highest priority interrupt will be serviced first. Signed-off-by: Alistair Francis Cc: Jessica Clarke --- hw/intc/ibex_plic.c | 15 ++- 1 file changed, 10 insertions(+), 5