Re: [PATCH] target/riscv: add scalar crypto related extenstion strings to isa_string

2022-04-27 Thread Alistair Francis
On Tue, Apr 26, 2022 at 8:14 PM Weiwei Li wrote: > > - add zbk* and zk* strings to isa_edata_arr > > Signed-off-by: Weiwei Li > Signed-off-by: Junqiang Wang Reviewed-by: Alistair Francis Alistair > --- > target/riscv/cpu.c | 13 + > 1 file changed, 13 insertions(+) > > diff --g

Re: [PATCH] target/riscv: add scalar crypto related extenstion strings to isa_string

2022-04-27 Thread Alistair Francis
On Tue, Apr 26, 2022 at 8:14 PM Weiwei Li wrote: > > - add zbk* and zk* strings to isa_edata_arr > > Signed-off-by: Weiwei Li > Signed-off-by: Junqiang Wang Reviewed-by: Alistair Francis Alistair > --- > target/riscv/cpu.c | 13 + > 1 file changed, 13 insertions(+) > > diff --g

Re: [PATCH] target/riscv: add scalar crypto related extenstion strings to isa_string

2022-04-27 Thread Jiatai He
This patch could work successfully in qemu, "zk" could be found in linux device tree. Tested-by: Jiatai He

[PATCH] target/riscv: add scalar crypto related extenstion strings to isa_string

2022-04-26 Thread Weiwei Li
- add zbk* and zk* strings to isa_edata_arr Signed-off-by: Weiwei Li Signed-off-by: Junqiang Wang --- target/riscv/cpu.c | 13 + 1 file changed, 13 insertions(+) diff --git a/target/riscv/cpu.c b/target/riscv/cpu.c index dff4606585..ccacdee215 100644 --- a/target/riscv/cpu.c +++ b