Re: [PATCH v2 3/6] target/riscv/tcg: add tcg_cpu_finalize_features()

2023-10-15 Thread Alistair Francis
On Wed, Sep 27, 2023 at 6:05 AM Daniel Henrique Barboza wrote: > > The query-cpu-model-expansion API is capable of passing extra properties > to a given CPU model and tell callers if this custom configuration is > valid. > > The RISC-V version of the API is not quite there yet. The reason is the >

[PATCH v2 3/6] target/riscv/tcg: add tcg_cpu_finalize_features()

2023-09-26 Thread Daniel Henrique Barboza
The query-cpu-model-expansion API is capable of passing extra properties to a given CPU model and tell callers if this custom configuration is valid. The RISC-V version of the API is not quite there yet. The reason is the realize() flow in the TCG driver, where most of the validation is done in tc