Re: [libvirt] [PATCH 32/34] qemu: vcpu: Reuse qemuProcessSetupVcpu in vcpu hotplug

2016-01-19 Thread John Ferlan
On 01/14/2016 11:27 AM, Peter Krempa wrote: > Since majority of the steps is shared, the function can be reused to > simplify code. > > Additionally this resolves > https://bugzilla.redhat.com/show_bug.cgi?id=1244128 since the cpu > bandwidth limiting with cgroups would not be set on the

[libvirt] [PATCH 32/34] qemu: vcpu: Reuse qemuProcessSetupVcpu in vcpu hotplug

2016-01-14 Thread Peter Krempa
Since majority of the steps is shared, the function can be reused to simplify code. Additionally this resolves https://bugzilla.redhat.com/show_bug.cgi?id=1244128 since the cpu bandwidth limiting with cgroups would not be set on the hotplug path. --- src/qemu/qemu_driver.c | 35