Re: [PATCH v7 5/7] sandbox: virtio: Disable the sandbox virtio blk device

2024-10-19 Thread Tom Rini
On Sat, Oct 19, 2024 at 09:24:32AM -0600, Simon Glass wrote: > This is not implemented so cannot actually be used to read blocks. > Disable it until it is implemented, to avoid causing a hang with EFI, > which probes every available BLK device. > > Signed-off-by: Simon Glass > Issue: https://sou

[PATCH v7 5/7] sandbox: virtio: Disable the sandbox virtio blk device

2024-10-19 Thread Simon Glass
This is not implemented so cannot actually be used to read blocks. Disable it until it is implemented, to avoid causing a hang with EFI, which probes every available BLK device. Signed-off-by: Simon Glass Issue: https://source.denx.de/u-boot/u-boot/-/issues/37 --- (no changes since v6) Changes