Re: [PATCH v2 0/8] hw/boards: Try to make sense of MachineClass::no_sdcard flag

2025-02-04 Thread Philippe Mathieu-Daudé
On 4/2/25 19:07, Philippe Mathieu-Daudé wrote: Invert MachineClass 'no_sdcard' flag logic and rename it to 'create_default_sdcard_drive' to make sense of this default value applied to all machines. We use the OnOffAuto tri-state to catch implicit default values. Then we toggle the logic and remov

[PATCH v2 0/8] hw/boards: Try to make sense of MachineClass::no_sdcard flag

2025-02-04 Thread Philippe Mathieu-Daudé
Invert MachineClass 'no_sdcard' flag logic and rename it to 'create_default_sdcard_drive' to make sense of this default value applied to all machines. We use the OnOffAuto tri-state to catch implicit default values. Then we toggle the logic and remove invalid uses. No logical change intended (excep