Re: [U-Boot] [PATCH 2/2] distro_bootcmd: refactor virtio to support PCI block devices

2019-07-03 Thread Bin Meng
Hi David, On Wed, Jul 3, 2019 at 8:52 PM David Abdurachmanov wrote: > > libvirt v5.3.0 with QEMU 4.0.0 use PCI automatically and thus storage nits: 5.3.0 or 5.4.0? > is connected via PCI, which is not visible to U-Boot automatically. > Refactor to do "pci enum" followed by "virtio scan" to see

[U-Boot] [PATCH 2/2] distro_bootcmd: refactor virtio to support PCI block devices

2019-07-03 Thread David Abdurachmanov
libvirt v5.3.0 with QEMU 4.0.0 use PCI automatically and thus storage is connected via PCI, which is not visible to U-Boot automatically. Refactor to do "pci enum" followed by "virtio scan" to see PCI connected storage. Tested with Fedora/RISCV using the latest releases: libvirt 5.4.0, QEMU 4.0.0