Re: [libvirt] [PATCH 3/9] vircgroup: introduce controller mask for threads

2016-02-26 Thread Henning Schild
On Thu, 25 Feb 2016 17:53:07 -0500 John Ferlan wrote: > On 02/23/2016 10:58 AM, Henning Schild wrote: > > When using a cgroups hierarchy threads have child cgroups for > > certain controllers. Introduce an enum for later reuse. > > > > Signed-off-by: Henning Schild

Re: [libvirt] [PATCH 3/9] vircgroup: introduce controller mask for threads

2016-02-25 Thread John Ferlan
On 02/23/2016 10:58 AM, Henning Schild wrote: > When using a cgroups hierarchy threads have child cgroups for > certain controllers. Introduce an enum for later reuse. > > Signed-off-by: Henning Schild > --- > src/util/vircgroup.c | 12 +++- >

[libvirt] [PATCH 3/9] vircgroup: introduce controller mask for threads

2016-02-23 Thread Henning Schild
When using a cgroups hierarchy threads have child cgroups for certain controllers. Introduce an enum for later reuse. Signed-off-by: Henning Schild --- src/util/vircgroup.c | 12 +++- src/util/vircgroup.h | 7 +++ 2 files changed, 10 insertions(+), 9