Re: [PATCH 0/2] target/riscv: Only build qemu-system-riscv$$ on rv$$ host

2023-07-02 Thread Alistair Francis
On Wed, Jun 28, 2023 at 12:33 AM Philippe Mathieu-Daudé wrote: > > Per Anup Patel in [*]: > > > Currently, we only support running rv64 guest on rv64 host > > and rv32 guest on rv32 host. > > > > In the future, we might support running rv32 guest on rv64 > > host but as of now we don't see a

Re: [PATCH 0/2] target/riscv: Only build qemu-system-riscv$$ on rv$$ host

2023-07-02 Thread Alistair Francis
On Wed, Jun 28, 2023 at 12:33 AM Philippe Mathieu-Daudé wrote: > > Per Anup Patel in [*]: > > > Currently, we only support running rv64 guest on rv64 host > > and rv32 guest on rv32 host. > > > > In the future, we might support running rv32 guest on rv64 > > host but as of now we don't see a

Re: [PATCH 0/2] target/riscv: Only build qemu-system-riscv$$ on rv$$ host

2023-06-28 Thread Philippe Mathieu-Daudé
On 27/6/23 16:32, Philippe Mathieu-Daudé wrote: Per Anup Patel in [*]: > Currently, we only support running rv64 guest on rv64 host > and rv32 guest on rv32 host. > > In the future, we might support running rv32 guest on rv64 > host but as of now we don't see a strong push for it. The

Re: [PATCH 0/2] target/riscv: Only build qemu-system-riscv$$ on rv$$ host

2023-06-28 Thread Richard Henderson
On 6/27/23 16:32, Philippe Mathieu-Daudé wrote: Per Anup Patel in [*]: > Currently, we only support running rv64 guest on rv64 host > and rv32 guest on rv32 host. > > In the future, we might support running rv32 guest on rv64 > host but as of now we don't see a strong push for it. The

[PATCH 0/2] target/riscv: Only build qemu-system-riscv$$ on rv$$ host

2023-06-27 Thread Philippe Mathieu-Daudé
Per Anup Patel in [*]: > Currently, we only support running rv64 guest on rv64 host > and rv32 guest on rv32 host. > > In the future, we might support running rv32 guest on rv64 > host but as of now we don't see a strong push for it. Therefore, when only using the KVM accelerator it is point