Re: [libvirt] [PATCH v2] virsh: Fix to list online cpus using virsh capabilities

2015-05-28 Thread Michal Privoznik
On 26.05.2015 18:40, Kothapally Madhu Pavan wrote: > Virsh capabilities will list offline cpus as online when > libvirt is compiled with numactl option disabled. This > fix will list correct set of online cpus. > --- > src/nodeinfo.c | 43 +++ > 1 file cha

[libvirt] [PATCH v2] virsh: Fix to list online cpus using virsh capabilities

2015-05-26 Thread Kothapally Madhu Pavan
Virsh capabilities will list offline cpus as online when libvirt is compiled with numactl option disabled. This fix will list correct set of online cpus. --- src/nodeinfo.c | 43 +++ 1 file changed, 43 insertions(+) diff --git a/src/nodeinfo.c b/src/nodei