]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Move all NUMA configuration to virDomainNuma
authorPeter Krempa <pkrempa@redhat.com>
Mon, 16 Feb 2015 16:28:48 +0000 (17:28 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 20 Feb 2015 16:50:08 +0000 (17:50 +0100)
commit181742d43fb8f450746e13148a4ffa7e1df9b64d
treeabca664803fa5ffcd7e1ae51d837f00257897d76
parentb9ddb258227784adddd810a53b4d56495676f330
conf: Move all NUMA configuration to virDomainNuma

For historical reasons data regarding NUMA configuration were split
between the CPU definition and numatune. We cannot do anything about the
XML still being split, but we certainly can at least store the relevant
data in one place.

This patch moves the NUMA stuff to the right place.
src/conf/cpu_conf.c
src/conf/cpu_conf.h
src/conf/domain_conf.c
src/conf/numa_conf.c
src/conf/numa_conf.h
src/cpu/cpu.c
src/qemu/qemu_command.c
tests/cputest.c
tests/testutilsqemu.c