Re: [Qemu-devel] [libvirt] RFC: virtio-rng and /dev/urandom

2016-04-19 Thread Yaniv Kaul
On Fri, Apr 15, 2016 at 6:47 PM, Eric Blake wrote: > On 04/15/2016 04:41 AM, Cole Robinson wrote: > > Libvirt currently rejects using host /dev/urandom as an input source for > a > > virtio-rng device. The only accepted sources are /dev/random and > /dev/hwrng. > > This is the result of discussio

Re: [Qemu-devel] [libvirt] RFC: virtio-rng and /dev/urandom

2016-04-15 Thread Richard W.M. Jones
On Fri, Apr 15, 2016 at 12:46:46PM +0100, Richard W.M. Jones wrote: > On Fri, Apr 15, 2016 at 06:41:34AM -0400, Cole Robinson wrote: > > Libvirt currently rejects using host /dev/urandom as an input source for a > > virtio-rng device. The only accepted sources are /dev/random and /dev/hwrng. > > Th