hw/boards: Convert no_sdcard flag to OnOffAuto tri-state
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 25 Nov 2024 14:16:54 +0000 (15:16 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Sun, 16 Feb 2025 13:25:08 +0000 (14:25 +0100)
commite3660f60dca85de599c913fda1d156f20495b45a
tree4aac4610da591db8e19e2a9d0f896f4b9a3ab20f
parent250e797ceadad60ee7ebfdb92c76ba2057687597
hw/boards: Convert no_sdcard flag to OnOffAuto tri-state

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é <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20250204200934.65279-2-philmd@linaro.org>
hw/arm/xilinx_zynq.c
hw/core/null-machine.c
hw/s390x/s390-virtio-ccw.c
include/hw/boards.h
system/vl.c