
20 Jul
2015
20 Jul
'15
2:13 p.m.
On Mon, Jul 20, 2015 at 15:59:02 +0200, Andrea Bolognani wrote:
Move the calls to the respective functions from virNodeParseNode(), which is executed once for every NUMA node, to linuxNodeInfoCPUPopulate(), which is executed just once per host. --- src/nodeinfo.c | 49 +++++++++++++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 20 deletions(-)
ACK, although rather than patching up nodeinfo.c we should really refactor it since it's a terrible mess. Peter