]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/arm: Remove all invalid uses of auto_create_sdcard=true
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 4 Feb 2025 15:59:18 +0000 (16:59 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Sun, 16 Feb 2025 13:25:08 +0000 (14:25 +0100)
commitf208970a06e2af65c351dd6e12df4ca4f382acdd
tree8be8577324bb2a1b28ca6442135cc165430cd089
parent5824fad4e92e3d10de1ce86d900dcde8f8dfaf76
hw/arm: Remove all invalid uses of auto_create_sdcard=true

MachineClass::auto_create_sdcard is only useful to automatically
create a SD card, attach a IF_SD block drive to it and plug the
card onto a SD bus. None of the ARM machines modified by this
commit try to use the IF_SD interface.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20250204200934.65279-6-philmd@linaro.org>
21 files changed:
hw/arm/aspeed.c
hw/arm/b-l475e-iot01a.c
hw/arm/collie.c
hw/arm/digic_boards.c
hw/arm/highbank.c
hw/arm/kzm.c
hw/arm/microbit.c
hw/arm/mps2-tz.c
hw/arm/mps2.c
hw/arm/mps3r.c
hw/arm/msf2-som.c
hw/arm/musca.c
hw/arm/musicpal.c
hw/arm/netduino2.c
hw/arm/netduinoplus2.c
hw/arm/olimex-stm32-h405.c
hw/arm/sbsa-ref.c
hw/arm/stellaris.c
hw/arm/stm32vldiscovery.c
hw/arm/virt.c
hw/arm/xen-pvh.c