Re: [libvirt] [PATCH 01/47] util: introduce vircgroupbackend files

2018-09-24 Thread Ján Tomko
On Tue, Sep 18, 2018 at 05:45:22PM +0200, Pavel Hrdina wrote: We will need to extract current cgroup v1 implementation into separate backend because there will be new cgroup v2 implementation and both will have to co-exit. Signed-off-by: Pavel Hrdina --- src/Makefile.am | 1 + src/l

Re: [libvirt] [PATCH 01/47] util: introduce vircgroupbackend files

2018-09-19 Thread Fabiano Fidêncio
On Tue, Sep 18, 2018 at 5:45 PM, Pavel Hrdina wrote: > We will need to extract current cgroup v1 implementation into separate > backend because there will be new cgroup v2 implementation and both will > have to co-exit. > typo: co-exit -> co-exist > > Signed-off-by: Pavel Hrdina > Reviewed-b

[libvirt] [PATCH 01/47] util: introduce vircgroupbackend files

2018-09-18 Thread Pavel Hrdina
We will need to extract current cgroup v1 implementation into separate backend because there will be new cgroup v2 implementation and both will have to co-exit. Signed-off-by: Pavel Hrdina --- src/Makefile.am | 1 + src/libvirt_private.syms| 3 ++ src/util/Makefile.inc.am|