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

2024-09-08 Thread Alistair Francis
On Mon, Aug 19, 2024 at 6:26 PM ~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-devel

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

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