Re: [libvirt] [PATCH 03/17] create a new cgroup and move all hypervisor threads to the new cgroup

2012-08-07 Thread Hu Tao
On Mon, Aug 06, 2012 at 03:18:07PM -0600, Eric Blake wrote: > On 08/03/2012 12:36 AM, Hu Tao wrote: > > From: Wen Congyang > > > > Create a new cgroup and move all hypervisor threads to the new cgroup. > > And then we can do the other things: > > 1. limit only vcpu usage rather than the whole qem

Re: [libvirt] [PATCH 03/17] create a new cgroup and move all hypervisor threads to the new cgroup

2012-08-06 Thread Eric Blake
On 08/03/2012 12:36 AM, Hu Tao wrote: > From: Wen Congyang > > Create a new cgroup and move all hypervisor threads to the new cgroup. > And then we can do the other things: > 1. limit only vcpu usage rather than the whole qemu > 2. limit for hypervisor threads(include vhost-net threads) > > Sign

[libvirt] [PATCH 03/17] create a new cgroup and move all hypervisor threads to the new cgroup

2012-08-02 Thread Hu Tao
From: Wen Congyang Create a new cgroup and move all hypervisor threads to the new cgroup. And then we can do the other things: 1. limit only vcpu usage rather than the whole qemu 2. limit for hypervisor threads(include vhost-net threads) Signed-off-by: Wen Congyang Signed-off-by: Tang Chen Sig