]> xenbits.xensource.com Git - libvirt.git/commit
conf: use virXMLPropString for IOThread parsing
authorPavel Hrdina <phrdina@redhat.com>
Mon, 14 Aug 2017 12:31:52 +0000 (14:31 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Mon, 14 Aug 2017 15:46:21 +0000 (17:46 +0200)
commit954b52cd8b9dae520ceca8fa6ed8a0991ab248c7
tree13080becd0096fcca33fb32220602b007364fec5
parentdb755227aeae35659f2fd5ef76b853fa5d6752d0
conf: use virXMLPropString for IOThread 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