]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: xml: Remove virXMLParseFile
authorPeter Krempa <pkrempa@redhat.com>
Fri, 23 Sep 2022 12:49:01 +0000 (14:49 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 6 Oct 2022 08:54:25 +0000 (10:54 +0200)
commit30095f4f4cfc2e764d5ed2458943313066771aa4
tree2b99599d7635a0fa9930cd888f81f49ac31faf0d
parent9b3828e2630470a866460ae4f402db2cd35457f7
util: xml: Remove virXMLParseFile

Most callers prefer using the XPath context. Convert the last user to
use virXMLParseFileCtxt and remove the helper macro.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/util/virxml.h
tests/virschematest.c