Re: [libvirt] [PATCH v2] qemu: fix vcpupin fail as no vcpu tid set

2019-02-26 Thread wang.yi59
> more descriptive as: > qemu: fix vcpu pinning when not all vcpus are enabled Thanks. > > On Tue, Feb 26, 2019 at 10:01:28AM +0800, Yi Wang wrote: > >vcpupin will fail when maxvcpus is larger than current > >vcpu: > > > >virsh vcpupin win7 --vcpu 0 --cpulist 5-6 > >error: Requested operation is

Re: [libvirt] [PATCH v2] qemu: fix vcpupin fail as no vcpu tid set

2019-02-26 Thread Ján Tomko
more descriptive as: qemu: fix vcpu pinning when not all vcpus are enabled On Tue, Feb 26, 2019 at 10:01:28AM +0800, Yi Wang wrote: vcpupin will fail when maxvcpus is larger than current vcpu: virsh vcpupin win7 --vcpu 0 --cpulist 5-6 error: Requested operation is not valid: cpu affinity is not

[libvirt] [PATCH v2] qemu: fix vcpupin fail as no vcpu tid set

2019-02-25 Thread Yi Wang
vcpupin will fail when maxvcpus is larger than current vcpu: virsh vcpupin win7 --vcpu 0 --cpulist 5-6 error: Requested operation is not valid: cpu affinity is not supported win7 xml in the command above is like below: ... 8 ... The reason is vcpu[3] and vcpu[4] have zero tids and should not bee