]> xenbits.xensource.com Git - libvirt.git/commit
qemu: clean up qemuSetSchedulerParametersFlags()
authorPeter Krempa <pkrempa@redhat.com>
Tue, 4 Sep 2012 12:26:38 +0000 (14:26 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 7 Sep 2012 05:52:48 +0000 (07:52 +0200)
commit3e250b3669b5f18bacc7fa12d34afc2331c1402a
tree894bd75763dd4c137f29f2116581b8c702de441e
parent6cdf0aafc8ac16fe82695b60e08d3edf4b624a60
qemu: clean up qemuSetSchedulerParametersFlags()

This patch tries to clean the code up a little bit and shorten very long
lines.

The apparent semantic change from moving the condition before calling
the setter function is a non-issue here as the setter function is a
no-op when called with both arguments zero.
src/qemu/qemu_driver.c