Re: [ RFC 1/6] target/riscv: Remove privilege v1.9 specific CSR related code

2021-03-22 Thread Alistair Francis
On Fri, Mar 19, 2021 at 3:46 PM Atish Patra wrote: > > Qemu doesn't support RISC-V privilege specification v1.9. Remove the > remaining v1.9 specific references from the implementation. > > Signed-off-by: Atish Patra This is a great change. There is actually a patch around on the mailing list do

[ RFC 1/6] target/riscv: Remove privilege v1.9 specific CSR related code

2021-03-19 Thread Atish Patra
Qemu doesn't support RISC-V privilege specification v1.9. Remove the remaining v1.9 specific references from the implementation. Signed-off-by: Atish Patra --- target/riscv/cpu.c| 2 +- target/riscv/cpu.h| 4 +--- target/riscv/cpu_bits.h | 23 - target/ris