[PATCH 0/5] util: xml: cleanup virxml.h and virXMLParseHelper

Peter Krempa posted 5 patches 3 years ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1618560390.git.pkrempa@redhat.com
src/util/virxml.c |  45 ++++++-----
src/util/virxml.h | 193 +++++++++++++++++++++++++++-------------------
2 files changed, 137 insertions(+), 101 deletions(-)
[PATCH 0/5] util: xml: cleanup virxml.h and virXMLParseHelper
Posted by Peter Krempa 3 years ago
Peter Krempa (5):
  util: virxml: Fix formatting of virxml.h
  virXMLParseHelper: Sync argument names between declaration and
    definition
  util: xml: Register autoptr cleanup function for 'xmlParserCtxt'
  virXMLParseHelper: Rework error reporting
  virXMLParseHelper: Refactor cleanup

 src/util/virxml.c |  45 ++++++-----
 src/util/virxml.h | 193 +++++++++++++++++++++++++++-------------------
 2 files changed, 137 insertions(+), 101 deletions(-)

-- 
2.30.2

Re: [PATCH 0/5] util: xml: cleanup virxml.h and virXMLParseHelper
Posted by Tim Wiederhake 3 years ago
On Fri, 2021-04-16 at 10:07 +0200, Peter Krempa wrote:
> Peter Krempa (5):
>   util: virxml: Fix formatting of virxml.h
>   virXMLParseHelper: Sync argument names between declaration and
>     definition
>   util: xml: Register autoptr cleanup function for 'xmlParserCtxt'
>   virXMLParseHelper: Rework error reporting
>   virXMLParseHelper: Refactor cleanup
> 
>  src/util/virxml.c |  45 ++++++-----
>  src/util/virxml.h | 193 +++++++++++++++++++++++++++-----------------
> --
>  2 files changed, 137 insertions(+), 101 deletions(-)
> 

Reviewed-by: Tim Wiederhake <twiederh@redhat.com>