Re: [PATCH v4 5/7] hw/arm: Remove all invalid uses of auto_create_sdcard=true

2025-02-04 Thread Thomas Huth
On 04/02/2025 21.09, Philippe Mathieu-Daudé wrote: 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:

[PATCH v4 5/7] hw/arm: Remove all invalid uses of auto_create_sdcard=true

2025-02-04 Thread Philippe Mathieu-Daudé
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é --- hw/arm/aspeed.c