Re: [PATCH v3 6/6] target/riscv: Enable privileged spec version 1.12

2022-02-21 Thread Alistair Francis
On Sun, Feb 6, 2022 at 7:51 PM Atish Patra wrote: > > Virt machine uses privileged specification version 1.12 now. > All other machine continue to use the default one defined for that > machine unless changed to 1.12 by the user explicitly. > > Signed-off-by: Atish Patra Reviewed-by: Alistair

[PATCH v3 6/6] target/riscv: Enable privileged spec version 1.12

2022-02-06 Thread Atish Patra
Virt machine uses privileged specification version 1.12 now. All other machine continue to use the default one defined for that machine unless changed to 1.12 by the user explicitly. Signed-off-by: Atish Patra --- target/riscv/cpu.c | 8 +--- target/riscv/csr.c | 5 + 2 files changed,