Re: [libvirt] [PATCH 1/2] tests: Create full host NUMA topology by default

2018-04-19 Thread Peter Krempa
On Thu, Apr 12, 2018 at 08:47:57 +0200, Andrea Bolognani wrote: > vircapstest has code to add a full host NUMA topology, that > is, one that includes all information about nodes and CPUs > including IDs; the function used to create a mock virCapsPtr > by most of the test suite, however, just fakes

[libvirt] [PATCH 1/2] tests: Create full host NUMA topology by default

2018-04-11 Thread Andrea Bolognani
vircapstest has code to add a full host NUMA topology, that is, one that includes all information about nodes and CPUs including IDs; the function used to create a mock virCapsPtr by most of the test suite, however, just fakes it by setting nnumaCell_max to some number. While the latter approach h