Re: [libvirt] [PATCH 04/47] vircgroup: detect available backend for cgroup

2018-09-24 Thread Ján Tomko
On Tue, Sep 18, 2018 at 05:45:25PM +0200, Pavel Hrdina wrote: We need to update one test-case because now new cgroup object will be created only if there is any cgroup backend available. Signed-off-by: Pavel Hrdina --- src/util/vircgroup.c | 18 ++ src/util/vircgrouppriv.h |

Re: [libvirt] [PATCH 04/47] vircgroup: detect available backend for cgroup

2018-09-20 Thread Fabiano Fidêncio
On Thu, Sep 20, 2018 at 10:03 AM, Pavel Hrdina wrote: > On Thu, Sep 20, 2018 at 08:28:57AM +0200, Fabiano Fidêncio wrote: > > On Tue, Sep 18, 2018 at 5:45 PM, Pavel Hrdina > wrote: > > > > > We need to update one test-case because now new cgroup object will be > > > created only if there is any

Re: [libvirt] [PATCH 04/47] vircgroup: detect available backend for cgroup

2018-09-20 Thread Pavel Hrdina
On Thu, Sep 20, 2018 at 08:28:57AM +0200, Fabiano Fidêncio wrote: > On Tue, Sep 18, 2018 at 5:45 PM, Pavel Hrdina wrote: > > > We need to update one test-case because now new cgroup object will be > > created only if there is any cgroup backend available. > > > > Signed-off-by: Pavel Hrdina > >

Re: [libvirt] [PATCH 04/47] vircgroup: detect available backend for cgroup

2018-09-20 Thread Fabiano Fidêncio
On Tue, Sep 18, 2018 at 5:45 PM, Pavel Hrdina wrote: > We need to update one test-case because now new cgroup object will be > created only if there is any cgroup backend available. > > Signed-off-by: Pavel Hrdina > --- > src/util/vircgroup.c | 18 ++ >

[libvirt] [PATCH 04/47] vircgroup: detect available backend for cgroup

2018-09-18 Thread Pavel Hrdina
We need to update one test-case because now new cgroup object will be created only if there is any cgroup backend available. Signed-off-by: Pavel Hrdina --- src/util/vircgroup.c | 18 ++ src/util/vircgrouppriv.h | 3 +++ tests/vircgrouptest.c| 38