Re: [libvirt] [PATCH RESEND 2/2] LXC: add cpuset cgroup support for lxc

2013-03-20 Thread Osier Yang
On 2013年03月20日 11:35, Gao feng wrote: > This patch adds cpuset cgroup support for LXC. > > Signed-off-by: Gao feng Only rebasing, previous ACK still stands. Osier -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH RESEND 2/2] LXC: add cpuset cgroup support for lxc

2013-03-19 Thread Gao feng
This patch adds cpuset cgroup support for LXC. Signed-off-by: Gao feng --- src/lxc/lxc_cgroup.c | 57 +++- src/lxc/lxc_cgroup.h | 4 +++- src/lxc/lxc_controller.c | 2 +- 3 files changed, 60 insertions(+), 3 deletions(-) diff --git a/src/lxc