[PATCH 0/6] Adapt to libxml2-2.12.0

Michal Privoznik posted 6 patches 5 months, 1 week ago
Failed in applying to current master (apply log)
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(-)
[PATCH 0/6] Adapt to libxml2-2.12.0
Posted by Michal Privoznik 5 months, 1 week ago
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
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org