Re: [PATCH v6 0/8] target/riscv: Expose RV32 cpu to RV64 QEMU

2024-07-25 Thread Philippe Mathieu-Daudé
Hi Alistair, On 24/7/24 04:44, Alistair Francis wrote: On Sat, Jul 20, 2024 at 9:15 AM LIU Zhiwei wrote: This patch set aims to expose 32-bit RISC-V cpu to RV64 QEMU. Thus qemu-system-riscv64 can directly boot a RV32 Linux. This patch set has been tested with 6.9.0 Linux Image. And add an av

Re: [PATCH v6 0/8] target/riscv: Expose RV32 cpu to RV64 QEMU

2024-07-23 Thread Alistair Francis
On Sat, Jul 20, 2024 at 9:15 AM LIU Zhiwei wrote: > > This patch set aims to expose 32-bit RISC-V cpu to RV64 QEMU. Thus > qemu-system-riscv64 can directly boot a RV32 Linux. > > This patch set has been tested with 6.9.0 Linux Image. > And add an avocado tuxrun test in tests/avocado. > > v6: > U

[PATCH v6 0/8] target/riscv: Expose RV32 cpu to RV64 QEMU

2024-07-19 Thread LIU Zhiwei
This patch set aims to expose 32-bit RISC-V cpu to RV64 QEMU. Thus qemu-system-riscv64 can directly boot a RV32 Linux. This patch set has been tested with 6.9.0 Linux Image. And add an avocado tuxrun test in tests/avocado. v6: Use TUXRUN test case instead of boot_linux_console Add any32 and m