Re: [libvirt] [PATCH 30/34] qemu: Drop checking vcpu threads in emulator bandwidth getter/setter

2015-11-23 Thread John Ferlan
On 11/20/2015 10:22 AM, Peter Krempa wrote: > 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/qe

[libvirt] [PATCH 30/34] qemu: Drop checking vcpu threads in emulator bandwidth getter/setter

2015-11-20 Thread Peter Krempa
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 | 33 ++--- 1 file c