There is a new release of libxml2 and we have a technical debt we need
to address before we can compile with it cleanly.
Michal Prívozník (6):
vbox_snapshot_conf: Parse XMLs without net access
vbox_snapshot_conf: Keep indent in snapshot XML
virxml: include <libxml/xmlsave.h> for xmlIndentTreeOutput declaration
virXMLParseHelper: Store XML parsing flags in a variable
virxml: Introduce parsing APIs that keep indentation
lib: Replace xmlKeepBlanksDefault() with virXMLParseWithIndent()
src/conf/backup_conf.c | 8 +++-----
src/conf/checkpoint_conf.c | 8 +++-----
src/conf/domain_conf.c | 11 +++--------
src/conf/network_conf.c | 6 ++----
src/conf/snapshot_conf.c | 8 +++-----
src/util/virxml.c | 24 +++++++++++++++++-------
src/util/virxml.h | 29 +++++++++++++++++++++++++----
src/vbox/vbox_snapshot_conf.c | 27 +++++++++++++++++++--------
tools/virsh-util.c | 5 +----
9 files changed, 76 insertions(+), 50 deletions(-)
--
2.41.0