
11 Feb
2015
11 Feb
'15
10:18 a.m.
On Tue, Feb 10, 2015 at 04:25:51PM +0000, Daniel P. Berrange wrote:
If a previous commit I fixed the incorrect handling of vcpu pids for TCG mode QEMU:
...
To fix this we must update qemuProcessSetVcpuAffinities so that it only reports a fatal error if the per-VCPU cpu mask is different from the VM level cpu mask.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com> --- src/qemu/qemu_process.c | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-)
ACK virBitmapEqual works on NULL bitmaps since commit 20448c2, so the v2 is not needed. Jan