
19 Feb
2015
19 Feb
'15
10:57 p.m.
On 02/16/2015 01:51 PM, Peter Krempa wrote:
Name it virNumaMemAccess and add it to conf/numa_conf.[ch]
Note that to avoid a circular dependency the type of the NUMA cell memAccess variable was changed to int. It will be turned back later after the circular dependency will not exist. --- src/conf/cpu_conf.c | 6 ------ src/conf/cpu_conf.h | 12 +----------- src/conf/numa_conf.c | 11 ++++++++--- src/conf/numa_conf.h | 9 +++++++++ src/qemu/qemu_command.c | 10 +++++----- 5 files changed, 23 insertions(+), 25 deletions(-)
ACK John