Re: [PATCH v6 08/23] target/riscv: Allow AIA device emulation to set ireg rmw callback

2022-01-12 Thread Frank Chang
Anup Patel 於 2021年12月30日 週四 下午8:36寫道: > From: Anup Patel > > The AIA device emulation (such as AIA IMSIC) should be able to set > (or provide) AIA ireg read-modify-write callback for each privilege > level of a RISC-V HART. > > Signed-off-by: Anup Patel > Signed-off-by: Anup Patel >

[PATCH v6 08/23] target/riscv: Allow AIA device emulation to set ireg rmw callback

2021-12-30 Thread Anup Patel
From: Anup Patel The AIA device emulation (such as AIA IMSIC) should be able to set (or provide) AIA ireg read-modify-write callback for each privilege level of a RISC-V HART. Signed-off-by: Anup Patel Signed-off-by: Anup Patel Reviewed-by: Alistair Francis --- target/riscv/cpu.h|