]> xenbits.xensource.com Git - libvirt.git/commit
conf: use virXMLPropString for boot parsing
authorPavel Hrdina <phrdina@redhat.com>
Wed, 16 Aug 2017 08:23:20 +0000 (10:23 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Thu, 17 Aug 2017 13:42:47 +0000 (15:42 +0200)
commit0b36d6cb08df08284b1d2555cd5a9f9bad2d3b31
treef6f6e77eae9870d9c1411f1b007f6c83b845eaa1
parent8cf6eb46120e963fb131e6928ffd484874d9e7e3
conf: use virXMLPropString for boot parsing

XPath is good for random search of elements, not for accessing
attributes of one node.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
src/conf/domain_conf.c