]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: use virXMLPropStringLimit where it makes sense
authorPavel Hrdina <phrdina@redhat.com>
Tue, 15 Aug 2017 13:31:06 +0000 (15:31 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Thu, 17 Aug 2017 13:42:47 +0000 (15:42 +0200)
commit422cf160799c6b9b3926970fbd15d87ca838f0c9
tree4c3a77da3197c200f251c764faec6cc8b4aa1889
parentd5b025bb150dad6f7a65ca2a2af0e37ba8dce5a1
conf: use virXMLPropStringLimit where it makes sense

The XPath call for these cases is more expensive than accessing the
XML dom node directly.

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