|
From: | Thomas Huth |
Subject: | Re: [PATCH v2 4/8] hw/boards: Remove all invalid uses of auto_create_sdcard=true |
Date: | Tue, 4 Feb 2025 19:26:03 +0100 |
User-agent: | Mozilla Thunderbird |
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. 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.
Smart! Reviewed-by: Thomas Huth <thuth@redhat.com>
[Prev in Thread] | Current Thread | [Next in Thread] |