Re: [libvirt] [PATCH 1/9] util: xml: Add wrapper for xmlXPathNewContext

2019-09-18 Thread Jiri Denemark
On Mon, Sep 16, 2019 at 14:17:04 +0200, Peter Krempa wrote: > The wrapper reports libvirt errors for the libxml2 function so that > the same does not have to be repeated over and over. > > Signed-off-by: Peter Krempa > --- > src/conf/checkpoint_conf.c | 5 + > src/conf/domain_conf.c

[libvirt] [PATCH 1/9] util: xml: Add wrapper for xmlXPathNewContext

2019-09-16 Thread Peter Krempa
The wrapper reports libvirt errors for the libxml2 function so that the same does not have to be repeated over and over. Signed-off-by: Peter Krempa --- src/conf/checkpoint_conf.c | 5 + src/conf/domain_conf.c | 9 ++--- src/conf/interface_conf.c| 5 +