Re: [PATCH v3 6/7] target/riscv: Enable RV32 CPU support in RV64 QEMU

2024-07-07 Thread Alistair Francis
On Thu, Jul 4, 2024 at 12:55 AM LIU Zhiwei wrote: > > From: TANG Tiancheng > > Add gdb XML files and adjust CPU initialization to allow running RV32 CPUs > in RV64 QEMU. > > Signed-off-by: TANG Tiancheng > Reviewed-by: Liu Zhiwei Reviewed-by: Alistair Francis Alistair > --- > configs/targe

[PATCH v3 6/7] target/riscv: Enable RV32 CPU support in RV64 QEMU

2024-07-03 Thread LIU Zhiwei
From: TANG Tiancheng Add gdb XML files and adjust CPU initialization to allow running RV32 CPUs in RV64 QEMU. Signed-off-by: TANG Tiancheng Reviewed-by: Liu Zhiwei --- configs/targets/riscv64-softmmu.mak | 2 +- target/riscv/cpu.c | 17 + 2 files changed, 14