On 4/24/25 15:21, Philippe Mathieu-Daudé wrote:
Replace the static array returned as MachineClass::valid_cpu_types[] by a runtime one generated by MachineClass::get_valid_cpu_types() once the machine is created (its options being processed).Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- hw/arm/virt.c | 59 ++++++++++++++++++++++++++++----------------------- 1 file changed, 32 insertions(+), 27 deletions(-)
Reviewed-by: Pierrick Bouvier <[email protected]>
