Re: [PATCH v4 11/22] target/riscv: Implement AIA hvictl and hviprioX CSRs

2021-12-08 Thread Anup Patel
On Thu, Nov 4, 2021 at 10:19 AM Alistair Francis wrote: > > On Tue, Oct 26, 2021 at 5:39 PM Anup Patel wrote: > > > > The AIA hvictl and hviprioX CSRs allow hypervisor to control > > interrupts visible at VS-level. This patch implements AIA hvictl > > and hviprioX CSRs. > > > > Signed-off-by: Anu

Re: [PATCH v4 11/22] target/riscv: Implement AIA hvictl and hviprioX CSRs

2021-11-03 Thread Alistair Francis
On Tue, Oct 26, 2021 at 5:39 PM Anup Patel wrote: > > The AIA hvictl and hviprioX CSRs allow hypervisor to control > interrupts visible at VS-level. This patch implements AIA hvictl > and hviprioX CSRs. > > Signed-off-by: Anup Patel > --- > target/riscv/cpu.h | 1 + > target/riscv/csr.c

[PATCH v4 11/22] target/riscv: Implement AIA hvictl and hviprioX CSRs

2021-10-26 Thread Anup Patel
The AIA hvictl and hviprioX CSRs allow hypervisor to control interrupts visible at VS-level. This patch implements AIA hvictl and hviprioX CSRs. Signed-off-by: Anup Patel --- target/riscv/cpu.h | 1 + target/riscv/csr.c | 126 + target/riscv/mach