[PATCH v3 0/4] virtio: Add vhost-user based RNG

2021-07-09 Thread Mathieu Poirier
This sets adds a vhost-user based random number generator (RNG), similar to what has been done for i2c and virtiofsd, with the implementation following the patterns already set forth in those. Applies cleanly to git://git.qemu.org/qemu.git master(05de778b5b8a). Thanks, Mathieu Mathieu Poirier (4

Re: [PATCH v3 0/4] virtio: Add vhost-user based RNG

2021-07-17 Thread Michael S. Tsirkin
On Fri, Jul 09, 2021 at 06:59:25PM -0600, Mathieu Poirier wrote: > This sets adds a vhost-user based random number generator (RNG), > similar to what has been done for i2c and virtiofsd, with the > implementation following the patterns already set forth in those. > > Applies cleanly to git://git.q