Re: [PATCH] hw/arm/aspeed: Do not create and attach empty SD cards by default

2020-07-13 Thread Peter Maydell
On Mon, 13 Jul 2020 at 13:20, Cédric Le Goater wrote: > > On 7/5/20 7:34 PM, Philippe Mathieu-Daudé wrote: > > Since added in commit 2bea128c3d, each SDHCI is wired with a SD > > card, using empty card when no block drive provided. This is not > > the desired behavior. The SDHCI exposes a SD bus t

Re: [PATCH] hw/arm/aspeed: Do not create and attach empty SD cards by default

2020-07-13 Thread Cédric Le Goater
On 7/5/20 7:34 PM, Philippe Mathieu-Daudé wrote: > Since added in commit 2bea128c3d, each SDHCI is wired with a SD > card, using empty card when no block drive provided. This is not > the desired behavior. The SDHCI exposes a SD bus to plug cards > on, if no card available, it is fine to have an un

[PATCH] hw/arm/aspeed: Do not create and attach empty SD cards by default

2020-07-05 Thread Philippe Mathieu-Daudé
Since added in commit 2bea128c3d, each SDHCI is wired with a SD card, using empty card when no block drive provided. This is not the desired behavior. The SDHCI exposes a SD bus to plug cards on, if no card available, it is fine to have an unplugged bus. Avoid creating unnecessary SD card device w