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

2020-03-14 Thread Simon Glass
Hi Heinrich, On Tue, 31 Dec 2019 at 09:59, Heinrich Schuchardt wrote: > > On 12/31/19 4:49 PM, Sughosh Ganu wrote: > > > > On Tue, 31 Dec 2019 at 20:38, Heinrich Schuchardt > > wrote: > > > > On 12/31/19 2:31 PM, Sughosh Ganu wrote: > > > Scan the pci bus in

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

2019-12-31 Thread Heinrich Schuchardt
On 12/31/19 4:49 PM, Sughosh Ganu wrote: On Tue, 31 Dec 2019 at 20:38, Heinrich Schuchardt mailto:xypron.g...@gmx.de>> wrote: On 12/31/19 2:31 PM, Sughosh Ganu wrote: > Scan the pci bus in board_init routine before scanning the virtio > devices. This enumerates all the virtio

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

2019-12-31 Thread Sughosh Ganu
On Tue, 31 Dec 2019 at 20:38, Heinrich Schuchardt wrote: > On 12/31/19 2:31 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:

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

2019-12-31 Thread Bin Meng
On Tue, Dec 31, 2019 at 11:18 PM Heinrich Schuchardt wrote: > > CC Bin Meng > > On 12/31/19 4:08 PM, Heinrich Schuchardt wrote: > > On 12/31/19 2:31 PM, Sughosh Ganu wrote: > >> Scan the pci bus in board_init routine before scanning the virtio > >> devices. This enumerates all the virtio devices,

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

2019-12-31 Thread Heinrich Schuchardt
CC Bin Meng On 12/31/19 4:08 PM, Heinrich Schuchardt wrote: > On 12/31/19 2:31 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] qemu: arm: Scan the pci bus in board_init

2019-12-31 Thread Heinrich Schuchardt
On 12/31/19 2:31 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 | 7 +++ > 1

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

2019-12-31 Thread Bin Meng
On Tue, Dec 31, 2019 at 9:31 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 | 7

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

2019-12-31 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 | 7 +++ 1 file changed, 7 insertions(+) diff --git