Re: [libvirt] [PATCH 01/21] virDomainDefNamespaceParse: remove unused attributes

2019-08-20 Thread Jiri Denemark
On Wed, Aug 21, 2019 at 01:15:23 +0200, Ján Tomko wrote: > Neither the xmlDocPtr nor the root xmlNode (also passed > in the XPathContext) are interesting to the callees. > > Signed-off-by: Ján Tomko > --- > src/bhyve/bhyve_domain.c | 4 +--- > src/conf/capabilities.h | 3 +-- > src/conf/domain_

[libvirt] [PATCH 01/21] virDomainDefNamespaceParse: remove unused attributes

2019-08-20 Thread Ján Tomko
Neither the xmlDocPtr nor the root xmlNode (also passed in the XPathContext) are interesting to the callees. Signed-off-by: Ján Tomko --- src/bhyve/bhyve_domain.c | 4 +--- src/conf/capabilities.h | 3 +-- src/conf/domain_conf.c | 4 ++-- src/lxc/lxc_domain.c | 4 +--- src/qemu/qemu_domai