[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 4/8] hw/boards: Remove all invalid uses of auto_create_sdc
From: |
Markus Armbruster |
Subject: |
Re: [PATCH v2 4/8] hw/boards: Remove all invalid uses of auto_create_sdcard=true |
Date: |
Wed, 05 Feb 2025 08:03:10 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Philippe Mathieu-Daudé <philmd@linaro.org> writes:
> 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. Only the ARM and RISCV targets use such
> feature:
>
> $ git grep -wl IF_SD hw | cut -d/ -f-2 | sort -u
> hw/arm
> hw/riscv
> $
>
> Remove all other uses.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Impact?
As far as I can tell, this stops creation of the if=sd default drive
these machines don't actually use. Correct?
- [PATCH v2 0/8] hw/boards: Try to make sense of MachineClass::no_sdcard flag, Philippe Mathieu-Daudé, 2025/02/04
- [PATCH v2 1/8] hw/boards: Convert no_sdcard flag to OnOffAuto tri-state, Philippe Mathieu-Daudé, 2025/02/04
- [PATCH v2 2/8] hw/boards: Explicit no_sdcard=false as ON_OFF_AUTO_OFF, Philippe Mathieu-Daudé, 2025/02/04
- [PATCH v2 3/8] hw/boards: Rename no_sdcard -> auto_create_sdcard, Philippe Mathieu-Daudé, 2025/02/04
- [PATCH v2 4/8] hw/boards: Remove all invalid uses of auto_create_sdcard=true, Philippe Mathieu-Daudé, 2025/02/04
- Re: [PATCH v2 4/8] hw/boards: Remove all invalid uses of auto_create_sdcard=true, Markus Armbruster, 2025/02/07
- Re: [PATCH v2 4/8] hw/boards: Remove all invalid uses of auto_create_sdcard=true, Philippe Mathieu-Daudé, 2025/02/10
- Re: [PATCH v2 4/8] hw/boards: Remove all invalid uses of auto_create_sdcard=true, Markus Armbruster, 2025/02/10
[PATCH v2 5/8] hw/ppc/e500: Remove empty ppce500_machine_class_init(), Philippe Mathieu-Daudé, 2025/02/04