Re: [PATCH 08/11] virtio: sandbox: Bind RNG rather than block device

2022-04-11 Thread Simon Glass
Hi Andrew, On Thu, 7 Apr 2022 at 04:16, Andrew Scull wrote: > > On Thu, 7 Apr 2022 at 08:20, Heinrich Schuchardt wrote: > > > > On 3/31/22 12:09, Andrew Scull wrote: > > > The virtio-rng driver is extremely simple, making it suitable for > > > testing more of the virtio uclass logic. Have the sa

Re: [PATCH 08/11] virtio: sandbox: Bind RNG rather than block device

2022-04-07 Thread Andrew Scull
On Thu, 7 Apr 2022 at 08:20, Heinrich Schuchardt wrote: > > On 3/31/22 12:09, Andrew Scull wrote: > > The virtio-rng driver is extremely simple, making it suitable for > > testing more of the virtio uclass logic. Have the sandbox driver bind > > the virtio-rng driver rather than the virtio-blk dri

Re: [PATCH 08/11] virtio: sandbox: Bind RNG rather than block device

2022-04-07 Thread Heinrich Schuchardt
On 3/31/22 12:09, Andrew Scull wrote: The virtio-rng driver is extremely simple, making it suitable for testing more of the virtio uclass logic. Have the sandbox driver bind the virtio-rng driver rather than the virtio-blk driver so it can be used in tests. test/dm/rng.c assumes that drivers/rn