Re: [PATCH 2/2] target/riscv/tcg-cpu.c: add extension properties for all cpus

2023-10-08 Thread Alistair Francis
On Fri, Sep 29, 2023 at 8:39 PM Daniel P. Berrangé wrote: > > On Tue, Sep 26, 2023 at 03:31:09PM -0300, Daniel Henrique Barboza wrote: > > At this moment we do not expose extension properties for vendor CPUs > > because that would allow users to change them via command line. The > > drawback is

Re: [PATCH 2/2] target/riscv/tcg-cpu.c: add extension properties for all cpus

2023-09-29 Thread Daniel P . Berrangé
On Tue, Sep 26, 2023 at 03:31:09PM -0300, Daniel Henrique Barboza wrote: > At this moment we do not expose extension properties for vendor CPUs > because that would allow users to change them via command line. The > drawback is that if we were to add an API that shows all CPU properties, > e.g.

Re: [PATCH 2/2] target/riscv/tcg-cpu.c: add extension properties for all cpus

2023-09-28 Thread Alistair Francis
On Wed, Sep 27, 2023 at 4:32 AM Daniel Henrique Barboza wrote: > > At this moment we do not expose extension properties for vendor CPUs > because that would allow users to change them via command line. The > drawback is that if we were to add an API that shows all CPU properties, > e.g.

[PATCH 2/2] target/riscv/tcg-cpu.c: add extension properties for all cpus

2023-09-26 Thread Daniel Henrique Barboza
At this moment we do not expose extension properties for vendor CPUs because that would allow users to change them via command line. The drawback is that if we were to add an API that shows all CPU properties, e.g. qmp-query-cpu-model-expansion, we won't be able to show extensions state of vendor