]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: Drop checking vcpu threads in emulator bandwidth getter/setter
authorPeter Krempa <pkrempa@redhat.com>
Thu, 12 Nov 2015 14:14:38 +0000 (15:14 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 9 Dec 2015 13:57:12 +0000 (14:57 +0100)
commite4bf9a3bccd1d84114543c08162e7a3cd271b3ec
treea47535478867116764492f7e2c100ec2a3d04121
parent6ba02c21acf4764e764ddb0a373efa1adc6b037a
qemu: Drop checking vcpu threads in emulator bandwidth getter/setter

The vCPU threads make sense in the counterparts that set the vCPU
bandwidth/quota, not in the emulator one. The emulator tunables are set
all the time anyways.

Drop the extra check and remove the now unneeded vm argument.
src/qemu/qemu_driver.c