Re: [PATCH v2 7/8] hw/riscv: Remove all invalid uses of auto_create_sdcard=true

2025-02-04 Thread Thomas Huth
On 04/02/2025 19.07, 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 RISCV machines modified by this commit try to use the IF_SD interface. Signed-off-by

[PATCH v2 7/8] hw/riscv: 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 RISCV machines modified by this commit try to use the IF_SD interface. Signed-off-by: Philippe Mathieu-Daudé --- hw/riscv/opentitan.c |