Re: [PATCH v3] target/riscv: Don't expose the CPU properties on names CPUs

2022-06-08 Thread Alistair Francis
On Wed, Jun 8, 2022 at 4:14 PM Alistair Francis wrote: > > From: Alistair Francis > > There are currently two types of RISC-V CPUs: > - Generic CPUs (base or any) that allow complete custimisation > - "Named" CPUs that match existing hardware > > Users can use the base CPUs to custimise the ext

[PATCH v3] target/riscv: Don't expose the CPU properties on names CPUs

2022-06-07 Thread Alistair Francis
From: Alistair Francis There are currently two types of RISC-V CPUs: - Generic CPUs (base or any) that allow complete custimisation - "Named" CPUs that match existing hardware Users can use the base CPUs to custimise the extensions that they want, for example -cpu rv64,v=true. We originally e