Re: [PATCH v3 2/6] target/riscv: Add the privileged spec version 1.12.0

2022-02-21 Thread Alistair Francis
On Sun, Feb 6, 2022 at 7:37 PM Atish Patra wrote: > > Add the definition for ratified privileged specification version v1.12 > > Signed-off-by: Atish Patra Reviewed-by: Alistair Francis Alistair > --- > target/riscv/cpu.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git

[PATCH v3 2/6] target/riscv: Add the privileged spec version 1.12.0

2022-02-06 Thread Atish Patra
Add the definition for ratified privileged specification version v1.12 Signed-off-by: Atish Patra --- target/riscv/cpu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/target/riscv/cpu.h b/target/riscv/cpu.h index e5ff4c134c86..60b847141db2 100644 --- a/target/riscv/cpu.h +++