Re: [libvirt PATCH v2 11/17] qemu, hypervisor: refactor some cgroup mgmt methods

2021-12-10 Thread Praveen K Paladugu
On 12/3/2021 11:38 AM, Ján Tomko wrote: On a Thursday in 2021, Praveen K Paladugu wrote: Refactor some cgroup management methods from qemu into hypervisor. These methods will be shared by ch driver for cgroup management. The QEMU driver fails to compile after this patch - it seems

Re: [libvirt PATCH v2 11/17] qemu, hypervisor: refactor some cgroup mgmt methods

2021-12-03 Thread Praveen K Paladugu
On 12/3/2021 11:38 AM, Ján Tomko wrote: On a Thursday in 2021, Praveen K Paladugu wrote: Refactor some cgroup management methods from qemu into hypervisor. These methods will be shared by ch driver for cgroup management. The QEMU driver fails to compile after this patch - it seems

Re: [libvirt PATCH v2 11/17] qemu, hypervisor: refactor some cgroup mgmt methods

2021-12-03 Thread Ján Tomko
On a Thursday in 2021, Praveen K Paladugu wrote: Refactor some cgroup management methods from qemu into hypervisor. These methods will be shared by ch driver for cgroup management. The QEMU driver fails to compile after this patch - it seems qemu_process.c needs to include the header with the

[libvirt PATCH v2 11/17] qemu, hypervisor: refactor some cgroup mgmt methods

2021-12-02 Thread Praveen K Paladugu
Refactor some cgroup management methods from qemu into hypervisor. These methods will be shared by ch driver for cgroup management. Signed-off-by: Praveen K Paladugu --- src/hypervisor/domain_cgroup.c | 426 - src/hypervisor/domain_cgroup.h | 52