Re: [PATCH v2 1/3] target/riscv: add support for svnapot extension
On Fri, Dec 31, 2021 at 1:40 PM Weiwei Li wrote: > > Signed-off-by: Weiwei Li > Signed-off-by: Junqiang Wang > --- > target/riscv/cpu.c| 1 + > target/riscv/cpu.h| 1 + > target/riscv/cpu_bits.h | 1 + > target/riscv/cpu_helper.c | 20 > 4 files changed
[PATCH v2 1/3] target/riscv: add support for svnapot extension
Signed-off-by: Weiwei Li Signed-off-by: Junqiang Wang --- target/riscv/cpu.c| 1 + target/riscv/cpu.h| 1 + target/riscv/cpu_bits.h | 1 + target/riscv/cpu_helper.c | 20 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/target/riscv/cpu.c