
26 Apr
2016
26 Apr
'16
6:31 p.m.
On 04/14/2016 11:22 AM, Daniel P. Berrange wrote:
Instead of having platform specific code in nodeGetInfo to fetch CPU topology, split it all out into a new method nodeGetCPUInfo.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com> --- src/nodeinfo.c | 172 +++++++++++++++++++++++++++++---------------------- src/nodeinfopriv.h | 7 ++- tests/nodeinfotest.c | 5 +- 3 files changed, 108 insertions(+), 76 deletions(-)
ACK John