Re: [libvirt] [PATCH 05/21] util: introduce virXMLNamespace

2019-08-21 Thread Jiri Denemark
On Wed, Aug 21, 2019 at 01:15:27 +0200, Ján Tomko wrote: > For various XMLs, we allow a custom namespace for passing unsupported > configurations. > > Introduce a single structure to hold all the driver-specific functions > to remove duplication. > > Signed-off-by: Ján Tomko > --- >

[libvirt] [PATCH 05/21] util: introduce virXMLNamespace

2019-08-20 Thread Ján Tomko
For various XMLs, we allow a custom namespace for passing unsupported configurations. Introduce a single structure to hold all the driver-specific functions to remove duplication. Signed-off-by: Ján Tomko --- src/util/virxml.h | 14 ++ 1 file changed, 14 insertions(+) diff --git