Re: [libvirt] [PATCH v2] Regression: Report correct CPUs present on executing virsh nodecpumap

2017-05-25 Thread Nitesh Konkar
On Thu, May 25, 2017 at 2:14 PM, Ján Tomko wrote: > On Thu, May 25, 2017 at 02:04:16PM +0530, Nitesh Konkar wrote: > >> On executing the virsh nodecpumap command, the number >> of CPUs present was shown as (last cpu online id + 1). This >> patch fixes the issue by reporting

Re: [libvirt] [PATCH v2] Regression: Report correct CPUs present on executing virsh nodecpumap

2017-05-25 Thread Ján Tomko
On Thu, May 25, 2017 at 02:04:16PM +0530, Nitesh Konkar wrote: On executing the virsh nodecpumap command, the number of CPUs present was shown as (last cpu online id + 1). This patch fixes the issue by reporting the current number of CPUs present. Signed-off-by: Nitesh Konkar

Re: [libvirt] [PATCH v2] Regression: Report correct CPUs present on executing virsh nodecpumap

2017-05-25 Thread Nitesh Konkar
Yes I did, limited to my knowledge. On Thu, May 25, 2017 at 2:08 PM, Nitesh Konkar < niteshkonkar.libv...@gmail.com> wrote: > Yes I did. > > On Thu, May 25, 2017 at 2:07 PM, Peter Krempa wrote: > >> On Thu, May 25, 2017 at 14:04:16 +0530, Nitesh Konkar wrote: >> > On

Re: [libvirt] [PATCH v2] Regression: Report correct CPUs present on executing virsh nodecpumap

2017-05-25 Thread Peter Krempa
On Thu, May 25, 2017 at 14:04:16 +0530, Nitesh Konkar wrote: > On executing the virsh nodecpumap command, the number > of CPUs present was shown as (last cpu online id + 1). This > patch fixes the issue by reporting the current number of > CPUs present. > > Signed-off-by: Nitesh Konkar

[libvirt] [PATCH v2] Regression: Report correct CPUs present on executing virsh nodecpumap

2017-05-25 Thread Nitesh Konkar
On executing the virsh nodecpumap command, the number of CPUs present was shown as (last cpu online id + 1). This patch fixes the issue by reporting the current number of CPUs present. Signed-off-by: Nitesh Konkar --- src/util/virhostcpu.c | 2 +- 1 file changed, 1