On Mon, 04 May 2026 09:10:23 +0200, Ludwig Nussel wrote:
> Commit 70101c3217ae ("virtio: mmio: Return error codes on probe
> failures") returns -ENODEV where it would return 0 before. That path is
> apparently hit in qemu and breaks boot device discovery
> (virtio_bootdev_hunt() expects only ENOENT). So return -ENOENT in
> that path instead.
> The remaining two error returns in the function are untouched as I
> don't know where they play a role.
>
> [...]
Applied to u-boot/master, thanks!
[1/1] virtio: fix boot device hunting in qemu with virtio
commit: 18806dae0e6fa9e0912a258e15f61b1b346dfdbc
--
Tom