Re: [PATCH v6 07/18] target/riscv: setup everything for rv64 to support rv128 execution

2021-12-08 Thread Alistair Francis
On Mon, Nov 29, 2021 at 12:08 AM Frédéric Pétrot wrote: > > This patch adds the support of the '-cpu rv128' option to > qemu-system-riscv64 so that we can indicate that we want to run rv128 > executables. > Still, there is no support for 128-bit insns at that stage so qemu fails > miserably (as ex

[PATCH v6 07/18] target/riscv: setup everything for rv64 to support rv128 execution

2021-11-28 Thread Frédéric Pétrot
This patch adds the support of the '-cpu rv128' option to qemu-system-riscv64 so that we can indicate that we want to run rv128 executables. Still, there is no support for 128-bit insns at that stage so qemu fails miserably (as expected) if launched with this option. Signed-off-by: Frédéric Pétrot