Re: [libvirt] [PATCH v2 8/9] vircgrouptest: call virCgroupDetectMounts directly

2018-09-24 Thread Ján Tomko
On Thu, Sep 20, 2018 at 10:54:37AM +0200, Pavel Hrdina wrote: Because we can set which files to return for cgroup tests there is no need to have special function tailored to run tests. Reviewed-by: Fabiano Fidêncio Signed-off-by: Pavel Hrdina --- src/libvirt_private.syms | 2 +- src/util/vircg

[libvirt] [PATCH v2 8/9] vircgrouptest: call virCgroupDetectMounts directly

2018-09-20 Thread Pavel Hrdina
Because we can set which files to return for cgroup tests there is no need to have special function tailored to run tests. Reviewed-by: Fabiano Fidêncio Signed-off-by: Pavel Hrdina --- src/libvirt_private.syms | 2 +- src/util/vircgroup.c | 21 + src/util/vircgrouppriv.