Re: [PATCH 03/14] qemu: arm: Scan the pci bus in board_init

2020-12-06 Thread Sughosh Ganu
On Sat, 5 Dec 2020 at 15:15, Heinrich Schuchardt wrote: > On 11/26/20 7:40 PM, Sughosh Ganu wrote: > > Scan the pci bus in board_init routine before scanning the virtio > > devices. This enumerates all the virtio devices, including devices > > found on the pci bus. > > > > Signed-off-by: Sughosh

Re: [PATCH 03/14] qemu: arm: Scan the pci bus in board_init

2020-12-05 Thread Heinrich Schuchardt
On 11/26/20 7:40 PM, Sughosh Ganu wrote: Scan the pci bus in board_init routine before scanning the virtio devices. This enumerates all the virtio devices, including devices found on the pci bus. Signed-off-by: Sughosh Ganu --- board/emulation/qemu-arm/qemu-arm.c | 8 1 file changed

[PATCH 03/14] qemu: arm: Scan the pci bus in board_init

2020-11-26 Thread Sughosh Ganu
Scan the pci bus in board_init routine before scanning the virtio devices. This enumerates all the virtio devices, including devices found on the pci bus. Signed-off-by: Sughosh Ganu --- board/emulation/qemu-arm/qemu-arm.c | 8 1 file changed, 8 insertions(+) diff --git a/board/emulati