[libvirt] [PATCH 0/2] Fix NUMA compilation issues

Martin Kletzander mkletzan at redhat.com
Thu Nov 6 13:24:47 UTC 2014


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(-)

--
2.1.3




More information about the libvir-list mailing list