[libvirt PATCH 0/2] fix LXC with cgroup libvirt sub-directory

Pavel Hrdina posted 2 patches 1 year, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1666181550.git.phrdina@redhat.com
src/util/vircgroup.c  | 15 ++++++++++++++-
tests/vircgroupmock.c |  4 ++--
tests/vircgrouptest.c |  2 ++
3 files changed, 18 insertions(+), 3 deletions(-)
[libvirt PATCH 0/2] fix LXC with cgroup libvirt sub-directory
Posted by Pavel Hrdina 1 year, 6 months ago
Pavel Hrdina (2):
  vircgroupmock: fix cgroup v1 mocking
  vircgroup: rework virCgroupNewSelf

 src/util/vircgroup.c  | 15 ++++++++++++++-
 tests/vircgroupmock.c |  4 ++--
 tests/vircgrouptest.c |  2 ++
 3 files changed, 18 insertions(+), 3 deletions(-)

-- 
2.37.3
Re: [libvirt PATCH 0/2] fix LXC with cgroup libvirt sub-directory
Posted by Michal Prívozník 1 year, 6 months ago
On 10/19/22 14:13, Pavel Hrdina wrote:
> Pavel Hrdina (2):
>   vircgroupmock: fix cgroup v1 mocking
>   vircgroup: rework virCgroupNewSelf
> 
>  src/util/vircgroup.c  | 15 ++++++++++++++-
>  tests/vircgroupmock.c |  4 ++--
>  tests/vircgrouptest.c |  2 ++
>  3 files changed, 18 insertions(+), 3 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Thanks for fixing this!

Michal