
18 Jun
2019
18 Jun
'19
2:50 p.m.
On Thu, Apr 25, 2019 at 09:44:22AM +0200, Pavel Hrdina wrote:
This function creates new BPF program with new empty BPF map with the default size and attaches it to the guest cgroup.
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> --- src/libvirt_private.syms | 1 + src/util/vircgroupv2devices.c | 53 +++++++++++++++++++++++++++++++++++ src/util/vircgroupv2devices.h | 3 ++ 3 files changed, 57 insertions(+)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano