Re: [PATCH v1] target/riscv: add support for RV64 Xiangshan Nanhu CPU

2024-12-15 Thread Alistair Francis
On Thu, Dec 5, 2024 at 5:38 PM MollyChen wrote: > > Add a CPU entry for the RV64 XiangShan NANHU CPU which > supports single-core and dual-core configurations. More > details can be found at > https://docs.xiangshan.cc/zh-cn/latest/integration/overview > > Signed-off-by: MollyChen Thanks! Appli

Re: [PATCH v1] target/riscv: add support for RV64 Xiangshan Nanhu CPU

2024-12-15 Thread Alistair Francis
On Thu, Dec 5, 2024 at 5:38 PM MollyChen wrote: > > Add a CPU entry for the RV64 XiangShan NANHU CPU which > supports single-core and dual-core configurations. More > details can be found at > https://docs.xiangshan.cc/zh-cn/latest/integration/overview > > Signed-off-by: MollyChen Acked-by: Alis

Re: [PATCH v1] target/riscv: add support for RV64 Xiangshan Nanhu CPU

2024-12-05 Thread Daniel Henrique Barboza
On 12/5/24 4:36 AM, MollyChen wrote: Add a CPU entry for the RV64 XiangShan NANHU CPU which supports single-core and dual-core configurations. More details can be found at https://docs.xiangshan.cc/zh-cn/latest/integration/overview Signed-off-by: MollyChen --- Reviewed-by: Daniel Henrique

[PATCH v1] target/riscv: add support for RV64 Xiangshan Nanhu CPU

2024-12-04 Thread MollyChen
Add a CPU entry for the RV64 XiangShan NANHU CPU which supports single-core and dual-core configurations. More details can be found at https://docs.xiangshan.cc/zh-cn/latest/integration/overview Signed-off-by: MollyChen --- target/riscv/cpu-qom.h | 1 + target/riscv/cpu.c | 29 +