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
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 Da
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 giv
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 Rich