]> xenbits.xensource.com Git - libvirt.git/commit
qemuDomainSetSchedulerParametersFlags: use the value_ul variable
authorJán Tomko <jtomko@redhat.com>
Fri, 26 May 2017 06:30:35 +0000 (08:30 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 11 Jul 2017 13:11:46 +0000 (15:11 +0200)
commit38cc22ea00ecf976b46c7a15f8c4c4329ce4c0b0
tree02ee595609aeccaa1a735ebc2fc8bf1b019b7cc7
parente4b980c853d2114b25fa805a84ea288384416221
qemuDomainSetSchedulerParametersFlags: use the value_ul variable

We assign the unsigned long value of the currently processed
parameter to a temporary value_ul variable. Use it consistently
in all cases.
src/qemu/qemu_driver.c