Re: [libvirt] [PATCH v3 7/7] util: vircgroupv2: mark only requested controllers as available

2019-06-26 Thread Peter Krempa
On Tue, Jun 25, 2019 at 13:16:26 +0200, Pavel Hrdina wrote: > When detecting available controllers on host we can be limited by list > of controllers from qemu.conf file. > > Signed-off-by: Pavel Hrdina > --- > > Notes: > Introduced in v3 > > src/util/vircgroupv2.c | 8 > 1 file c

[libvirt] [PATCH v3 7/7] util: vircgroupv2: mark only requested controllers as available

2019-06-25 Thread Pavel Hrdina
When detecting available controllers on host we can be limited by list of controllers from qemu.conf file. Signed-off-by: Pavel Hrdina --- Notes: Introduced in v3 src/util/vircgroupv2.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/util/vircgroupv2.c b/src