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

2022-06-07 Thread Alistair Francis
On Wed, Jun 8, 2022 at 9:27 AM Bin Meng wrote: > > On Wed, Jun 1, 2022 at 9:37 AM 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 exis

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

2022-06-07 Thread Bin Meng
On Wed, Jun 1, 2022 at 9:37 AM 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

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

2022-06-07 Thread Alistair Francis
On Wed, Jun 1, 2022 at 11:37 AM 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 ex

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

2022-05-31 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