
25 May
2017
25 May
'17
8:37 a.m.
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 <nitkon12@linux.vnet.ibm.com> --- src/util/virhostcpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Did you test it? I did not.