Re: [libvirt] [PATCH go-xml] Add support for device RNG

2017-07-05 Thread Daniel P. Berrange
On Tue, Jul 04, 2017 at 10:16:07AM +0200, Thomas Hipp wrote: > Add support for device RNG (random number generator), and add test code. > > Signed-off-by: Thomas Hipp > --- > domain.go | 34 +++ > domain_test.go | 85 >

[libvirt] [PATCH go-xml] Add support for device RNG

2017-07-04 Thread Thomas Hipp
Add support for device RNG (random number generator), and add test code. Signed-off-by: Thomas Hipp --- domain.go | 34 +++ domain_test.go | 85 ++ 2 files changed, 119 insertions(+) diff --git