Re: [libvirt] [PATCH] virsh: Fix vcpupin command output wrong vcpu pinning info

2018-12-19 Thread lhuang
On 12/19/2018 05:27 PM, Michal Privoznik wrote: On 12/19/18 4:17 AM, Luyao Huang wrote: Commit 3072ded3 changed the waya to format the vcpu pinning info and forget to get cpumap for each vcpu during the loop, that cause vcpupin command will display vcpu 0 info for other vcpus.

Re: [libvirt] [PATCH] virsh: Fix vcpupin command output wrong vcpu pinning info

2018-12-19 Thread Michal Privoznik
On 12/19/18 4:17 AM, Luyao Huang wrote: > Commit 3072ded3 changed the waya to format the vcpu pinning info > and forget to get cpumap for each vcpu during the loop, that cause > vcpupin command will display vcpu 0 info for other vcpus. > > Signed-off-by: Luyao Huang > --- > tools/virsh-domain.c