Re: [PATCH v2 2/6] qapi,risc-v: add query-cpu-model-expansion

2023-10-15 Thread Alistair Francis
On Wed, Sep 27, 2023 at 4:41 AM Daniel Henrique Barboza wrote: > > This API is used to inspect the characteristics of a given CPU model. It > also allows users to validate a CPU model with a certain configuration, > e.g. if "-cpu X,a=true,b=false" is a valid setup for a given QEMU > binary. We'll

[PATCH v2 2/6] qapi,risc-v: add query-cpu-model-expansion

2023-09-26 Thread Daniel Henrique Barboza
This API is used to inspect the characteristics of a given CPU model. It also allows users to validate a CPU model with a certain configuration, e.g. if "-cpu X,a=true,b=false" is a valid setup for a given QEMU binary. We'll start implementing the first part. The second requires more changes in RIS