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

Reply via email to