On 25/11/2024 19.14, Philippe Mathieu-Daudé wrote:
Update MachineClass::no_sdcard default implicit AUTO initialization to explicit OFF. This flag is consumed in system/vl.c::qemu_disable_default_devices(). Use this place to assert we don't have anymore AUTO state.In hw/ppc/e500.c we add the ppce500_machine_class_init() method to initialize once all the inherited classes. Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> ---
Reviewed-by: Thomas Huth <th...@redhat.com>