]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
conf: Use local copy of maxvcpus in virDomainVcpuParse
authorPeter Krempa <pkrempa@redhat.com>
Mon, 19 Oct 2015 12:01:22 +0000 (14:01 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 9 Dec 2015 13:57:12 +0000 (14:57 +0100)
commit310992c344a52b494a17a19540ecce4f4f375788
tree2ff2d643705918a3b7415cc3e8779352d057f961
parent4e187169f042e481df4d3c5113ad385de490cd2a
conf: Use local copy of maxvcpus in virDomainVcpuParse

Use the local variable rather than getting it all the time from the
struct. This will simplify further refactors.
src/conf/domain_conf.c