On 06.11.2014 14:24, Martin Kletzander wrote:
Thanks to Michal who noticed it, I went over the code I reviewed
recently (while my brain was out of order, apparently), and found some
addiitonal issues that this series is trying to fix with the last one
Michal was fixing in his patch (referenced in 1/2).
Martin Kletzander (2):
numa: split util/ and conf/ and support non-contiguous nodesets
numa: fix assumption in virNumaNodeIsAvailable()
src/conf/numatune_conf.c | 24 ++++++++++++++
src/conf/numatune_conf.h | 3 ++
src/libvirt_private.syms | 1 +
src/lxc/lxc_controller.c | 17 +++++++---
src/qemu/qemu_command.c | 2 +-
src/qemu/qemu_process.c | 9 +++++-
src/util/virnuma.c | 82 +++++++++++++++++-------------------------------
src/util/virnuma.h | 7 ++---
tests/qemuxml2argvmock.c | 12 +++++++
9 files changed, 92 insertions(+), 65 deletions(-)
ACK to both.
Michal