Re: [libvirt] [libvirt-go-xml PATCH] Make @Path of UNIX chr device source optional

2019-03-13 Thread Daniel P . Berrangé
On Wed, Mar 13, 2019 at 09:58:52AM +0100, Erik Skultety wrote: > According to the libvirt RNG schema, @path is an optional attribute for > the character source element, so we should be okay if it was omitted. > > Signed-off-by: Erik Skultety > --- > domain.go | 2 +- > 1 file changed, 1 insertio

[libvirt] [libvirt-go-xml PATCH] Make @Path of UNIX chr device source optional

2019-03-13 Thread Erik Skultety
According to the libvirt RNG schema, @path is an optional attribute for the character source element, so we should be okay if it was omitted. Signed-off-by: Erik Skultety --- domain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domain.go b/domain.go index a964cc8..a1a3fc