Re: [PATCH v3 0/3] target/riscv: implement query-cpu-definitions

2023-05-04 Thread Alistair Francis
On Wed, May 3, 2023 at 7:51 PM Daniel Henrique Barboza wrote: > > Alistair, > > Patch 2 has a typo right in the commit title: > > "target/riscv: add query-cpy-definitions support" > > it should be 'query-cpu-definitions'. Can you amend it in the tree? Or should > I re-send? I have fixed it in my

Re: [PATCH v3 0/3] target/riscv: implement query-cpu-definitions

2023-05-03 Thread Daniel Henrique Barboza
Alistair, Patch 2 has a typo right in the commit title: "target/riscv: add query-cpy-definitions support" it should be 'query-cpu-definitions'. Can you amend it in the tree? Or should I re-send? Thanks, Daniel On 4/16/23 23:58, Alistair Francis wrote: On Wed, Apr 12, 2023 at 4:36 AM

Re: [PATCH v3 0/3] target/riscv: implement query-cpu-definitions

2023-04-16 Thread Alistair Francis
On Wed, Apr 12, 2023 at 4:36 AM Daniel Henrique Barboza wrote: > > Hi, > > In this v3 I removed patches 3 and 4 of v2. > > Patch 3 now implements a new type that the generic CPUs (any, rv32, > rv64, x-rv128) were converted to. This type will be used by > query-cpu-definitions to determine if a

[PATCH v3 0/3] target/riscv: implement query-cpu-definitions

2023-04-11 Thread Daniel Henrique Barboza
Hi, In this v3 I removed patches 3 and 4 of v2. Patch 3 now implements a new type that the generic CPUs (any, rv32, rv64, x-rv128) were converted to. This type will be used by query-cpu-definitions to determine if a given cpu is static or not based on its type. This approach was suggested by