Re: [PATCH] target/riscv: add zicsr/zifencei to isa_string

2022-05-19 Thread Jiatai He
This patch could work successfully in qemu. With command "cat /proc/device-tree/cpus/cpu@0/riscv\,isa", string "zicsr" and "zifencei" could be found in linux device tree. Tested-by: Jiatai He

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