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

2016-12-14 Thread Viktor Mihajlovski
On 14.12.2016 00:57, John Ferlan wrote: > > > On 11/24/2016 04:55 AM, 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

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

2016-12-13 Thread John Ferlan
On 11/24/2016 04:55 AM, 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. > > Signed-off-by: Nitesh Konka

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

2016-11-25 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 | 6 ++ 1 file changed, 6

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

2016-11-24 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 | 6 ++ 1 file changed, 6