
23 Feb
2020
23 Feb
'20
1:01 p.m.
On Mon, Feb 17, 2020 at 04:29:21PM -0500, Daniel Henrique Barboza wrote:
Another vircgroup helper to avoid code repetition between the LXC and QEMU driver.
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com> --- src/libvirt_private.syms | 1 + src/lxc/lxc_driver.c | 8 +------- src/qemu/qemu_driver.c | 8 +------- src/util/vircgroup.c | 14 ++++++++++++++ src/util/vircgroup.h | 2 ++ 5 files changed, 19 insertions(+), 14 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano