With automatic cpu placement mode, the actual numa node set was ignored when setting
CPUs.
This patchset introduces helpers and actual code to set the cpu binding policy according
to the NUMA node set that is requested.
Osier Yang (1):
qemu: Set cpuset.cpus for domain process
Peter Krempa (2):
caps: Add helpers to convert NUMA nodes to corresponding CPUs
qemu: Cleanup coding style nits in qemu_cgroup.c
po/POTFILES.in | 1 +
src/conf/capabilities.c | 64 ++++++++++++++++++++++++++
src/conf/capabilities.h | 2 +
src/libvirt_private.syms | 1 +
src/qemu/qemu_cgroup.c | 114 ++++++++++++++++++++++++++++++++---------------
5 files changed, 146 insertions(+), 36 deletions(-)
--
1.8.3.2