Re: [libvirt] [PATCH v3 04/15] vircgroup: introduce virCgroupV2DevicesDetectProg

2019-06-18 Thread Ján Tomko
On Thu, Apr 25, 2019 at 09:44:21AM +0200, Pavel Hrdina wrote: This function will be called if libvirtd was restarted while some domains were running. It will try to detect existing programs attached to the guest cgroup. Signed-off-by: Pavel Hrdina --- src/libvirt_private.syms | 1 + src/

[libvirt] [PATCH v3 04/15] vircgroup: introduce virCgroupV2DevicesDetectProg

2019-04-25 Thread Pavel Hrdina
This function will be called if libvirtd was restarted while some domains were running. It will try to detect existing programs attached to the guest cgroup. Signed-off-by: Pavel Hrdina --- src/libvirt_private.syms | 1 + src/util/vircgroupv2devices.c | 117 ++