Re: [libvirt] [PATCH 04/12] conf: introduce 3 functions for RNG device

2015-01-06 Thread lhuang
On 01/05/2015 10:56 PM, Peter Krempa wrote: The subject is vague. Please try to condense what the patch is adding in a way that describes the functions instead of an opaque add 3 functions On 01/03/15 06:06, Luyao Huang wrote: the 3 functions are: virDomainRNGInsert: Insert a RNG device to

Re: [libvirt] [PATCH 04/12] conf: introduce 3 functions for RNG device

2015-01-05 Thread Peter Krempa
The subject is vague. Please try to condense what the patch is adding in a way that describes the functions instead of an opaque add 3 functions On 01/03/15 06:06, Luyao Huang wrote: the 3 functions are: virDomainRNGInsert: Insert a RNG device to vm-def. virDomainRNGRemove: remove a RNG

[libvirt] [PATCH 04/12] conf: introduce 3 functions for RNG device

2015-01-02 Thread Luyao Huang
the 3 functions are: virDomainRNGInsert: Insert a RNG device to vm-def. virDomainRNGRemove: remove a RNG device in vm-def. virDomainRNGFind: find a RNG device in vm-def. Signed-off-by: Luyao Huang lhu...@redhat.com --- src/conf/domain_conf.c | 44