Re: [libvirt] [PATCH] qemu: fix setting of VM CPU affinity with TCG

2015-02-11 Thread Daniel P. Berrange
On Wed, Feb 11, 2015 at 10:00:36AM +, Daniel P. Berrange wrote: On Wed, Feb 11, 2015 at 10:18:43AM +0100, Ján Tomko wrote: On Tue, Feb 10, 2015 at 04:25:51PM +, Daniel P. Berrange wrote: If a previous commit I fixed the incorrect handling of vcpu pids for TCG mode QEMU:

Re: [libvirt] [PATCH] qemu: fix setting of VM CPU affinity with TCG

2015-02-11 Thread Daniel P. Berrange
On Wed, Feb 11, 2015 at 10:18:43AM +0100, Ján Tomko wrote: On Tue, Feb 10, 2015 at 04:25:51PM +, 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

Re: [libvirt] [PATCH] qemu: fix setting of VM CPU affinity with TCG

2015-02-11 Thread Ján Tomko
On Tue, Feb 10, 2015 at 04:25:51PM +, 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

Re: [libvirt] [PATCH] qemu: fix setting of VM CPU affinity with TCG

2015-02-10 Thread Serge Hallyn
Quoting Daniel P. Berrange (berra...@redhat.com): If a previous commit I fixed the incorrect handling of vcpu pids for TCG mode QEMU: commit b07f3d821dfb11a118ee75ea275fd6ab737d9500 Author: Daniel P. Berrange berra...@redhat.com Date: Thu Dec 18 16:34:39 2014 + Don't