Re: [PATCH v7 7/8] target/riscv: Add max32 CPU for RV64 QEMU

2024-10-07 Thread Alistair Francis
On Thu, Sep 19, 2024 at 3:56 PM LIU Zhiwei wrote: > > We may need 32-bit max for RV64 QEMU. Thus we add these two CPUs > for RV64 QEMU. > > The reason we don't expose them to RV32 QEMU is that we already have > max cpu with the same configuration. Another reason is that we want > to follow the RIS

Re: [PATCH v7 7/8] target/riscv: Add max32 CPU for RV64 QEMU

2024-09-26 Thread Daniel Henrique Barboza
On 9/19/24 2:50 AM, LIU Zhiwei wrote: We may need 32-bit max for RV64 QEMU. Thus we add these two CPUs for RV64 QEMU. The reason we don't expose them to RV32 QEMU is that we already have max cpu with the same configuration. Another reason is that we want to follow the RISC-V custom where addw

[PATCH v7 7/8] target/riscv: Add max32 CPU for RV64 QEMU

2024-09-18 Thread LIU Zhiwei
We may need 32-bit max for RV64 QEMU. Thus we add these two CPUs for RV64 QEMU. The reason we don't expose them to RV32 QEMU is that we already have max cpu with the same configuration. Another reason is that we want to follow the RISC-V custom where addw instruction doesn't exist in RV32 CPU. Si