[libvirt] [PATCH 06/13] Introduce qemuSetupCgroupHypervisorPin and synchronize hypervisorpin info to cgroup.

2012-07-10 Thread tangchen
Introduce qemuSetupCgroupHypervisorPin() function to add hypervisor threads pin info to cpuset cgroup, the same as vcpupin. Signed-off-by: Tang Chen --- src/qemu/qemu_cgroup.c | 36 src/qemu/qemu_cgroup.h |1 + 2 files changed, 37 insertions(+) diff --

[libvirt] [PATCH 06/13] Introduce qemuSetupCgroupHypervisorPin and synchronize hypervisorpin info to cgroup

2012-06-05 Thread tangchen
Introduce qemuSetupCgroupHypervisorPin() function and synchronize hypervisorpin info to cgroup. Signed-off-by: Tang Chen --- src/qemu/qemu_cgroup.c | 41 + src/qemu/qemu_cgroup.h |1 + 2 files changed, 42 insertions(+), 0 deletions(-) diff --git a