Re: [U-Boot] [PATCH 1/2] qemu-riscv: enable VIRTIO_PCI

2019-07-18 Thread Tom Rini
On Wed, Jul 03, 2019 at 03:50:44PM +0300, David Abdurachmanov wrote: > libvirt v.5.3.0 with QEMU 4.0.0 or above uses PCI automatically and > thus devices (network, storage, etc) are connected via PCI. > > Signed-off-by: David Abdurachmanov > Reviewed-by: Bin Meng Applied to u-boot/master, than

Re: [U-Boot] [PATCH 1/2] qemu-riscv: enable VIRTIO_PCI

2019-07-03 Thread Bin Meng
On Wed, Jul 3, 2019 at 8:51 PM David Abdurachmanov wrote: > > libvirt v.5.3.0 with QEMU 4.0.0 or above uses PCI automatically and nits: v5.3.0 or just 5.3.0 > thus devices (network, storage, etc) are connected via PCI. > > Signed-off-by: David Abdurachmanov > --- > board/emulation/qemu-riscv/K

[U-Boot] [PATCH 1/2] qemu-riscv: enable VIRTIO_PCI

2019-07-03 Thread David Abdurachmanov
libvirt v.5.3.0 with QEMU 4.0.0 or above uses PCI automatically and thus devices (network, storage, etc) are connected via PCI. Signed-off-by: David Abdurachmanov --- board/emulation/qemu-riscv/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/board/emulation/qemu-riscv/Kconfig b/boar