Re: [PATCH v5 09/23] target/riscv: Implement AIA local interrupt priorities

2021-12-16 Thread Alistair Francis
On Sat, Dec 11, 2021 at 2:27 PM Anup Patel wrote: > > The AIA spec defines programmable 8-bit priority for each local interrupt > at M-level, S-level and VS-level so we extend local interrupt processing > to consider AIA interrupt priorities. The AIA CSRs which help software > configure local inte

[PATCH v5 09/23] target/riscv: Implement AIA local interrupt priorities

2021-12-10 Thread Anup Patel
The AIA spec defines programmable 8-bit priority for each local interrupt at M-level, S-level and VS-level so we extend local interrupt processing to consider AIA interrupt priorities. The AIA CSRs which help software configure local interrupt priorities will be added by subsequent patches. Signed