
19 Feb
2015
19 Feb
'15
11:02 p.m.
On 02/16/2015 01:51 PM, Peter Krempa wrote:
It's easier to recalculate the number in the one place it's used as having a separate varialbe to track it. It will also help with moving
s/varialbe/variable
the NUMA code to the separate module. --- src/conf/cpu_conf.c | 1 - src/conf/cpu_conf.h | 1 - src/conf/domain_conf.c | 2 +- src/conf/numa_conf.c | 23 +++++++++++++++++------ src/conf/numa_conf.h | 3 +++ tests/testutilsqemu.c | 1 - 6 files changed, 21 insertions(+), 10 deletions(-)
ACK John