On Thu, Feb 19, 2015 at 16:52:59 -0500, John Ferlan wrote:
On 02/16/2015 01:51 PM, Peter Krempa wrote:
> The structure will gradually become the only place for NUMA related
> config, thus rename it appropriately.
> ---
> src/conf/domain_conf.c | 10 +++---
> src/conf/domain_conf.h | 2 +-
> src/conf/numa_conf.c | 78 +++++++++++++++++++++----------------------
> src/conf/numa_conf.h | 34 +++++++++----------
> src/libvirt_private.syms | 4 +--
> src/lxc/lxc_cgroup.c | 4 +--
> src/lxc/lxc_controller.c | 6 ++--
> src/lxc/lxc_native.c | 2 +-
> src/parallels/parallels_sdk.c | 2 +-
> src/qemu/qemu_cgroup.c | 12 +++----
> src/qemu/qemu_command.c | 8 ++---
> src/qemu/qemu_driver.c | 20 +++++------
> src/qemu/qemu_process.c | 4 +--
> 13 files changed, 93 insertions(+), 93 deletions(-)
>
Interesting that only virDomainNumatuneFree and virDomainNumatuneEquals
changes names, um err... I guess I should say my eyes thank you for not
changing every function name too ;-)
The rest of the functions I did not rename still deal only with data
present in the <numatune> element so I feel they still can be called
that way.
The two I renamed are related to all the data.
Peter