Re: [PATCH v2 1/2] target/riscv: Add priv spec 1.12.0 version check

2021-10-27 Thread Rahul Pathak
On Wed, Oct 27, 2021 at 8:08 AM Alistair Francis wrote: > On Mon, Oct 25, 2021 at 10:55 PM Rahul Pathak > wrote: > > > > Signed-off-by: Rahul Pathak > > --- > > target/riscv/cpu.c | 4 +++- > > target/riscv/cpu.h | 1 + > > 2 files changed, 4 insertions(+), 1 deletion(-) > > > > diff --git a/t

Re: [PATCH v2 1/2] target/riscv: Add priv spec 1.12.0 version check

2021-10-26 Thread Alistair Francis
On Mon, Oct 25, 2021 at 10:55 PM Rahul Pathak wrote: > > Signed-off-by: Rahul Pathak > --- > target/riscv/cpu.c | 4 +++- > target/riscv/cpu.h | 1 + > 2 files changed, 4 insertions(+), 1 deletion(-) > > diff --git a/target/riscv/cpu.c b/target/riscv/cpu.c > index 788fa0b11c..83c3814a5a 100644 >

[PATCH v2 1/2] target/riscv: Add priv spec 1.12.0 version check

2021-10-25 Thread Rahul Pathak
Signed-off-by: Rahul Pathak --- target/riscv/cpu.c | 4 +++- target/riscv/cpu.h | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/target/riscv/cpu.c b/target/riscv/cpu.c index 788fa0b11c..83c3814a5a 100644 --- a/target/riscv/cpu.c +++ b/target/riscv/cpu.c @@ -405,7 +405,9 @@ st