Re: [libvirt] [PATCHv6] virtio-rng: Add rate limiting options for virtio-RNG

2013-03-14 Thread Peter Krempa
On 03/14/13 11:50, Daniel P. Berrange wrote: On Thu, Mar 14, 2013 at 08:55:52AM +0100, Peter Krempa wrote: Qemu's implementation of virtio RNG supports rate limiting of the entropy used. This patch exposes the option to tune this functionality. This patch is based on qemu commit 904d6f588063fb5

Re: [libvirt] [PATCHv6] virtio-rng: Add rate limiting options for virtio-RNG

2013-03-14 Thread Daniel P. Berrange
On Thu, Mar 14, 2013 at 08:55:52AM +0100, Peter Krempa wrote: > Qemu's implementation of virtio RNG supports rate limiting of the > entropy used. This patch exposes the option to tune this functionality. > > This patch is based on qemu commit 904d6f588063fb5ad2b61998acdf1e73fb4 > > The rate limit

[libvirt] [PATCHv6] virtio-rng: Add rate limiting options for virtio-RNG

2013-03-14 Thread Peter Krempa
Qemu's implementation of virtio RNG supports rate limiting of the entropy used. This patch exposes the option to tune this functionality. This patch is based on qemu commit 904d6f588063fb5ad2b61998acdf1e73fb4 The rate limiting is exported in the XML as: ... 4321 ... --- Notes