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

2017-05-25 Thread Peter Krempa
On Wed, May 24, 2017 at 22:05:54 +0530, Nitesh Konkar wrote: > On Wed, May 24, 2017 at 8:09 PM, Ján Tomko wrote: > > > On Wed, May 24, 2017 at 07:46:00PM +0530, Nitesh Konkar wrote: > > > >> Recent changes to virbitmap.c file created a regression > >> where on executing the virsh nodecpumap comma

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

2017-05-24 Thread Peter Krempa
On Wed, May 24, 2017 at 22:05:54 +0530, Nitesh Konkar wrote: > On Wed, May 24, 2017 at 8:09 PM, Ján Tomko wrote: > > > On Wed, May 24, 2017 at 07:46:00PM +0530, Nitesh Konkar wrote: > > > >> Recent changes to virbitmap.c file created a regression > >> where on executing the virsh nodecpumap comma

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

2017-05-24 Thread Nitesh Konkar
On Wed, May 24, 2017 at 8:09 PM, Ján Tomko wrote: > On Wed, May 24, 2017 at 07:46:00PM +0530, Nitesh Konkar wrote: > >> Recent changes to virbitmap.c file created a regression >> where on executing the virsh nodecpumap command, the number >> of CPUs present was shown as (last cpu online id + 1).

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

2017-05-24 Thread Ján Tomko
On Wed, May 24, 2017 at 07:46:00PM +0530, Nitesh Konkar wrote: Recent changes to virbitmap.c file created a regression where on executing the virsh nodecpumap command, the number of CPUs present was shown as (last cpu online id + 1). This patch fixes the issue. Signed-off-by: Nitesh Konkar ---

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

2017-05-24 Thread Nitesh Konkar
Recent changes to virbitmap.c file created a regression where on executing the virsh nodecpumap command, the number of CPUs present was shown as (last cpu online id + 1). This patch fixes the issue. Signed-off-by: Nitesh Konkar --- src/Makefile.am | 2 ++ src/util/virbitmap.c | 10