Re: [PATCH-for-10.0 1/3] hw/boards: Convert no_sdcard flag to OnOffAuto tri-state

2025-02-03 Thread Thomas Huth
On 25/11/2024 19.14, Philippe Mathieu-Daudé wrote: MachineClass::no_sdcard is initialized as false by default. To catch all uses, convert it to a tri-state, having the current default (false) becoming AUTO. No logical change intended. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/boar

[PATCH-for-10.0 1/3] hw/boards: Convert no_sdcard flag to OnOffAuto tri-state

2024-11-25 Thread Philippe Mathieu-Daudé
MachineClass::no_sdcard is initialized as false by default. To catch all uses, convert it to a tri-state, having the current default (false) becoming AUTO. No logical change intended. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/boards.h| 2 +- hw/arm/xilinx_zynq.c | 2 +-