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

2024-08-16 Thread Richard Henderson
On 8/16/24 16:41, ~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 v4 1/1] target/riscv: Add Zilsd and Zclsd extension support

2024-08-16 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