Re: [libvirt] [PATCH 3/4] conf: Add basic support for RNG configuration

2013-01-29 Thread Peter Krempa
On 01/28/13 23:42, Eric Blake wrote: On 01/11/2013 10:00 AM, Peter Krempa wrote: This patch adds basic configuration support for the RNG device suporting the virtio model with the "random" backend type. --- src/conf/domain_conf.c | 148 ++- src/co

Re: [libvirt] [PATCH 3/4] conf: Add basic support for RNG configuration

2013-01-28 Thread Eric Blake
On 01/11/2013 10:00 AM, Peter Krempa wrote: > This patch adds basic configuration support for the RNG device suporting > the virtio model with the "random" backend type. > --- > src/conf/domain_conf.c | 148 > ++- > src/conf/domain_conf.h | 36

[libvirt] [PATCH 3/4] conf: Add basic support for RNG configuration

2013-01-11 Thread Peter Krempa
This patch adds basic configuration support for the RNG device suporting the virtio model with the "random" backend type. --- src/conf/domain_conf.c | 148 ++- src/conf/domain_conf.h | 36 src/libvirt_private.syms | 2 + 3 files chang