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

2019-02-25 Thread wang.yi59
Hi Jano, Thanks for your reply. > On Mon, Feb 18, 2019 at 05:21:31PM +0800, Wen Yang wrote: > >From: Yi Wang > > > >vcpupin will fail when maxvcpus is larger than current > >vcpu: > > ... > > This for loop was introduced by: > commit 34f77437da884f9cf0e2450f25f373b17cf527e2 > qemu: fix reco

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

2019-02-25 Thread Ján Tomko
On Mon, Feb 18, 2019 at 05:21:31PM +0800, Wen Yang wrote: From: 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: ..

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

2019-02-22 Thread Wen Yang
From: 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 ... This issue is caused by qemuDomainRefreshVcpuInfo()