Re: [libvirt] [PATCH v2 2/2] vircapstest: Introduce virCapabilitiesGetCpusForNodemask test

2014-02-12 Thread Ján Tomko
On 02/12/2014 12:43 PM, John Ferlan wrote: > Coverity has complained this morning about this change... see below. > > Please send a patch to resolve. > A patch has been sent this morning, please review: https://www.redhat.com/archives/libvir-list/2014-February/msg00660.html signature.asc Des

Re: [libvirt] [PATCH v2 2/2] vircapstest: Introduce virCapabilitiesGetCpusForNodemask test

2014-02-12 Thread John Ferlan
Coverity has complained this morning about this change... see below. Please send a patch to resolve. On 02/08/2014 01:51 AM, Pradipta Kr. Banerjee wrote: > This test creates a Fake NUMA topology with non-sequential cell ids > to check if libvirt properly handles the same > > Signed-off-by: Shiva

Re: [libvirt] [PATCH v2 2/2] vircapstest: Introduce virCapabilitiesGetCpusForNodemask test

2014-02-11 Thread Daniel P. Berrange
On Sat, Feb 08, 2014 at 12:21:40PM +0530, Pradipta Kr. Banerjee wrote: > This test creates a Fake NUMA topology with non-sequential cell ids > to check if libvirt properly handles the same > > Signed-off-by: Shivaprasad G Bhat > Signed-off-by: Pradipta Kr. Banerjee > --- > tests/Makefile.am |

[libvirt] [PATCH v2 2/2] vircapstest: Introduce virCapabilitiesGetCpusForNodemask test

2014-02-07 Thread Pradipta Kr. Banerjee
This test creates a Fake NUMA topology with non-sequential cell ids to check if libvirt properly handles the same Signed-off-by: Shivaprasad G Bhat Signed-off-by: Pradipta Kr. Banerjee --- tests/Makefile.am | 5 ++ tests/vircapstest.c | 129 ++