[PATCH 0/2] Adapt to latest libxml2

Jakub Palacky posted 2 patches 1 year, 4 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
src/util/virxml.c | 16 ++++++++--------
src/vmx/vmx.c     |  2 +-
2 files changed, 9 insertions(+), 9 deletions(-)
[PATCH 0/2] Adapt to latest libxml2
Posted by Jakub Palacky 1 year, 4 months ago
I noticed a couple deprecation errors when trying to build libvirt 
with the latest libxml2 version from the master branch. These patches 
fix the deprecated fields.

Both functions used are available in the oldest libxml2 version 
required by libvirt, so there is no need to bump it.

Jakub Palacky (2):
  util/virxml: use xmlCtxtGetLastError when applicable
  vmx: use xmlBufferDetach() when applicable

 src/util/virxml.c | 16 ++++++++--------
 src/vmx/vmx.c     |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

-- 
2.46.0