
23 Nov
2015
23 Nov
'15
6:02 p.m.
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/qemu_driver.c | 33 ++++++++++----------------------- 1 file changed, 10 insertions(+), 23 deletions(-)
Seems reasonable - ACK John