Re: [PATCH qemu v3 1/1] target/riscv: Add Zilsd and Zclsd extension support

2024-08-11 Thread Richard Henderson
On 7/31/24 13:22, ~liuxu wrote: From: lxx <1733205...@qq.com> This patch adds support for the Zilsd and Zclsd extension, which is documented at https://github.com/riscv/riscv-zilsd/releases/tag/v0.9.0 Co-developed-by: SUN Dongya Co-developed-by: LIU Xu Co-developed-by: ZHAO Fujin --- targe

[PATCH qemu v3 1/1] target/riscv: Add Zilsd and Zclsd extension support

2024-08-09 Thread ~liuxu
From: lxx <1733205...@qq.com> This patch adds support for the Zilsd and Zclsd extension, which is documented at https://github.com/riscv/riscv-zilsd/releases/tag/v0.9.0 Co-developed-by: SUN Dongya Co-developed-by: LIU Xu Co-developed-by: ZHAO Fujin --- target/riscv/cpu.c