Re: [PATCH v13 17/26] riscv-qmp-cmds.c: add profile flags in cpu-model-expansion

2024-01-03 Thread Alistair Francis
On Mon, Dec 18, 2023 at 10:56 PM Daniel Henrique Barboza wrote: > > Expose all profile flags for all CPUs when executing > query-cpu-model-expansion. This will allow callers to quickly determine > if a certain profile is implemented by a given CPU. This includes vendor > CPUs - the fact that they

[PATCH v13 17/26] riscv-qmp-cmds.c: add profile flags in cpu-model-expansion

2023-12-18 Thread Daniel Henrique Barboza
Expose all profile flags for all CPUs when executing query-cpu-model-expansion. This will allow callers to quickly determine if a certain profile is implemented by a given CPU. This includes vendor CPUs - the fact that they don't have profile user flags doesn't mean that they don't implement the pr