On 02/16/2015 01:52 PM, Peter Krempa wrote:
Add an accessor so that a later refactor is simpler.
---
src/conf/domain_conf.c | 2 +-
src/conf/numa_conf.c | 15 +++++++++++++--
src/conf/numa_conf.h | 2 ++
src/libvirt_private.syms | 1 +
src/qemu/qemu_command.c | 6 +++---
5 files changed, 20 insertions(+), 6 deletions(-)
"Short term" there's a "naming" thing between "numa" and
"cpu" in
virDomainNumaGetNodeCount... (struct is CPUDef while name is numa)
ACK -
John