Re: [PATCH v6 11/23] target/riscv: Implement AIA hvictl and hviprioX CSRs

2022-01-13 Thread Anup Patel
On Wed, Jan 12, 2022 at 6:45 PM Frank Chang wrote: > > Anup Patel 於 2021年12月30日 週四 下午8:41寫道: >> >> From: 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:

Re: [PATCH v6 11/23] target/riscv: Implement AIA hvictl and hviprioX CSRs

2022-01-12 Thread Frank Chang
Anup Patel 於 2021年12月30日 週四 下午8:41寫道: > From: 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 > Signed-off-by: Anup Patel > Reviewed-by: Alistair

[PATCH v6 11/23] target/riscv: Implement AIA hvictl and hviprioX CSRs

2021-12-30 Thread Anup Patel
From: 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 Signed-off-by: Anup Patel Reviewed-by: Alistair Francis --- target/riscv/cpu.h | 2 +