On a Tuesday in 2022, Peter Krempa wrote:
This series cleans up the use of virXMLParse* macros and tries to
unify
and remove the uncommon ones.
In next step since virXMLParse itself has features which can replace
open-coded bits in conf parsers for all various object types we have,
this series cleans them up too.
Peter Krempa (43):
util: xml: Expose all arguments of virXMLParseHelper in virXMLParse
macro
conf: nwfilderbindigobj: Register automatic cleanup for
virNWFilterBindingObj
[...]
security: aa-helper: Use virXMLParse instead of virXMLParseString
test_driver: Make callers of testOpenParse ensure the root element
name
util: xml: Remove virXMLParseStringCtxtRoot
src/conf/backup_conf.c | 42 ++------
src/conf/backup_conf.h | 10 +-
[...]
tests/virschematest.c | 2 +-
tools/virsh-util.c | 5 +-
69 files changed, 399 insertions(+), 1098 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano