qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 9/9] aspeed: Create sd devices only when defaults are enabled


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 9/9] aspeed: Create sd devices only when defaults are enabled
Date: Wed, 22 Jan 2025 10:05:45 +0100
User-agent: Mozilla Thunderbird

On 22/1/25 08:09, Cédric Le Goater wrote:
When the -nodefaults option is set, sd devices should not be
automatically created by the machine. Instead they should be defined
on the command line.

Note that it is not currently possible to define which bus an
"sd-card" device is attached to:

   -blockdev node-name=drive0,driver=file,filename=/path/to/file.img \
   -device sd-card,drive=drive0,id=sd0

and the first bus named "sd-bus" will be used.

Signed-off-by: Cédric Le Goater <clg@redhat.com>
---
  hw/arm/aspeed.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

For SDHCI:
Acked-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]