]> xenbits.xensource.com Git - libvirt.git/commit
conf: node_device: Convert rest of virXPathUInt XPath expressions to number
authorPeter Krempa <pkrempa@redhat.com>
Wed, 5 Oct 2022 08:40:04 +0000 (10:40 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 2 Nov 2022 08:20:57 +0000 (09:20 +0100)
commit57b016bdd33397856f7069777bfad28d96e7eb73
tree4169fbdb139c9ac09e87575ab4d2659aeeaf2b52
parent090d18f7f7ef8b7ad9373c6846b52adb11143ea9
conf: node_device: Convert rest of virXPathUInt XPath expressions to number

Convert the rest of the XPath expressions used with virXPathUInt
directly to convert via string(). This will become mandatory in upcoming
patches.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/conf/node_device_conf.c