Re: [RFC PATCH 1/3] target/riscv: add support for svnapot extension

2021-12-14 Thread Alistair Francis
On Sun, Nov 28, 2021 at 11:54 PM liweiwei wrote: > Can you add a commit message that describes what you are changing? Alistair > Signed-off-by: liweiwei > Signed-off-by: wangjunqiang > --- > target/riscv/cpu_bits.h | 1 + > target/riscv/cpu_helper.c | 18 -- > 2 files chan

[RFC PATCH 1/3] target/riscv: add support for svnapot extension

2021-11-28 Thread liweiwei
Signed-off-by: liweiwei Signed-off-by: wangjunqiang --- target/riscv/cpu_bits.h | 1 + target/riscv/cpu_helper.c | 18 -- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/target/riscv/cpu_bits.h b/target/riscv/cpu_bits.h index 9913fa9f77..70391424b0 100644 --- a