Re: [PATCH v3 1/4] vhost-user-rng: Add vhost-user-rng implementation

2021-07-22 Thread Mathieu Poirier
Hi Alex, On Wed, Jul 21, 2021 at 09:52:50AM +0100, Alex Bennée wrote: > > Mathieu Poirier writes: > > > Following in the footsteps of what whas done for vhost-user-i2c > > and virtiofsd, introduce a random number generator (RNG) backend > > that communicates with a vhost-user server to retrieve

Re: [PATCH v3 1/4] vhost-user-rng: Add vhost-user-rng implementation

2021-07-21 Thread Alex Bennée
Mathieu Poirier writes: > Following in the footsteps of what whas done for vhost-user-i2c > and virtiofsd, introduce a random number generator (RNG) backend > that communicates with a vhost-user server to retrieve entropy. > That way another VMM could be using the same vhost-user daemon and > a

[PATCH v3 1/4] vhost-user-rng: Add vhost-user-rng implementation

2021-07-09 Thread Mathieu Poirier
Following in the footsteps of what whas done for vhost-user-i2c and virtiofsd, introduce a random number generator (RNG) backend that communicates with a vhost-user server to retrieve entropy. That way another VMM could be using the same vhost-user daemon and avoid having to write yet another RNG d