Re: [libvirt] [PATCH 04/17] Enable cpuset cgroup and synchronous vcpupin info to cgroup.

2012-08-07 Thread Hu Tao
On Mon, Aug 06, 2012 at 03:41:29PM -0600, Eric Blake wrote: > On 08/03/2012 12:36 AM, Hu Tao wrote: > > From: Tang Chen > > > > vcpu threads pin are implemented using sched_setaffinity(), but > > not controlled by cgroup. This patch does the following things: > > > > 1) enable cpuset cgroup

Re: [libvirt] [PATCH 04/17] Enable cpuset cgroup and synchronous vcpupin info to cgroup.

2012-08-06 Thread Eric Blake
On 08/03/2012 12:36 AM, Hu Tao wrote: > From: Tang Chen > > vcpu threads pin are implemented using sched_setaffinity(), but > not controlled by cgroup. This patch does the following things: > > 1) enable cpuset cgroup > 2) reflect all the vcpu threads pin info to cgroup > > Signed-off-b

[libvirt] [PATCH 04/17] Enable cpuset cgroup and synchronous vcpupin info to cgroup.

2012-08-02 Thread Hu Tao
From: Tang Chen vcpu threads pin are implemented using sched_setaffinity(), but not controlled by cgroup. This patch does the following things: 1) enable cpuset cgroup 2) reflect all the vcpu threads pin info to cgroup Signed-off-by: Tang Chen Signed-off-by: Hu Tao --- src/libvirt_pr