On Mon, Feb 17, 2020 at 04:29:07PM -0500, Daniel Henrique Barboza wrote:
>Based on the feedback from version 1 [1], we can't put cross
>directory dependencies in the utils files, but ATM we have no
>good spot to put common driver code as well.
>
>The solution then was to add a new directory structure, as proposed in
>[2], to put the common cgroup and driver code between LXC and QEMU
>into.
>
>
>changes from v1:
>- introduced src/hypervisor/domain_cgroup.c/h. Cgroup duplicated
>code that depends on /conf includes now goes to this file
>- introduced src/hypervisor/domain_driver.c/h. Common driver
>code now goes to this file instead of putting more stuff in
>domain_conf.c
>
>
>[1] https://www.redhat.com/archives/libvir-list/2020-February/msg00425.html
>[2] https://www.redhat.com/archives/libvir-list/2019-December/msg00817.html
>
>Daniel Henrique Barboza (14):
[...]
> 16 files changed, 894 insertions(+), 1053 deletions(-)
Thank you. Pushed now.
Jano