Re: [PATCH 06/17] virdomainjob: make drivers use job object in the domain object

2022-08-31 Thread Ján Tomko
On a Wednesday in 2022, Kristina Hanicova wrote: This patch uses the job object directly in the domain object and removes the job object from private data of all drivers that use it as well as other relevant code (initializing and freeing the structure). Signed-off-by: Kristina Hanicova ---

[PATCH 06/17] virdomainjob: make drivers use job object in the domain object

2022-08-24 Thread Kristina Hanicova
This patch uses the job object directly in the domain object and removes the job object from private data of all drivers that use it as well as other relevant code (initializing and freeing the structure). Signed-off-by: Kristina Hanicova --- src/ch/ch_domain.c | 29 ++--