Re: [libvirt] [PATCH 1/2] util: new function virXMLNodeSanitizeNamespaces()

2016-06-27 Thread Peter Krempa
On Fri, Jun 24, 2016 at 11:33:50 -0400, Laine Stump wrote: > This is a generic version of virDomainDefMetadataSanitize() - the same > functionality is now needed for network metadata. > --- > src/libvirt_private.syms | 1 + > src/util/virxml.c| 52 > ++

[libvirt] [PATCH 1/2] util: new function virXMLNodeSanitizeNamespaces()

2016-06-24 Thread Laine Stump
This is a generic version of virDomainDefMetadataSanitize() - the same functionality is now needed for network metadata. --- src/libvirt_private.syms | 1 + src/util/virxml.c| 52 src/util/virxml.h| 2 ++ 3 files changed, 55 insert