]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/riscv: Remove all invalid uses of auto_create_sdcard=true
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 4 Feb 2025 15:47:50 +0000 (16:47 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Sun, 16 Feb 2025 13:25:08 +0000 (14:25 +0100)
commitb5d5edc1d9564b5156230860e494e1279099587d
treeadfc625ebd641325760cd6372a96478c9644b054
parentf208970a06e2af65c351dd6e12df4ca4f382acdd
hw/riscv: 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 RISCV 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-7-philmd@linaro.org>
hw/riscv/opentitan.c
hw/riscv/shakti_c.c
hw/riscv/sifive_e.c
hw/riscv/spike.c
hw/riscv/virt.c