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(a)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(a)redhat.com>
Jano