Re: [libvirt] [PATCH 1/2 v2] conf: List only online cpus for virsh vcpupin

2016-11-10 Thread Peter Krempa
On Thu, Nov 10, 2016 at 12:30:00 +0530, Nitesh Konkar wrote: > Currently when the vcpu placement is static > and cpuset is not specified, CPU Affinity > under virsh vcpupin shows 0..CPUMAX. This > patchset will result in display of only online > CPU's under CPU Affinity on linux. > >

[libvirt] [PATCH 1/2 v2] conf: List only online cpus for virsh vcpupin

2016-11-09 Thread Nitesh Konkar
Currently when the vcpu placement is static and cpuset is not specified, CPU Affinity under virsh vcpupin shows 0..CPUMAX. This patchset will result in display of only online CPU's under CPU Affinity on linux. Signed-off-by: Nitesh Konkar --- src/conf/domain_conf.c