Re: [PATCH v2 10/17] CH: use virDomainObjBeginJob()

2022-09-05 Thread Kristina Hanicova
On Mon, Sep 5, 2022 at 6:21 PM Ján Tomko wrote: > On a Monday in 2022, Kristina Hanicova wrote: > >This patch removes virCHDomainObjBeginJob() and replaces it with > >call to the generalized virDomainObjBeginJob(). > > > >Signed-off-by: Kristina Hanicova > >--- > > src/ch/ch_domain.c | 51

Re: [PATCH v2 10/17] CH: use virDomainObjBeginJob()

2022-09-05 Thread Ján Tomko
On a Monday in 2022, Kristina Hanicova wrote: This patch removes virCHDomainObjBeginJob() and replaces it with call to the generalized virDomainObjBeginJob(). Signed-off-by: Kristina Hanicova --- src/ch/ch_domain.c | 51 +- src/ch/ch_domain.h | 4

[PATCH v2 10/17] CH: use virDomainObjBeginJob()

2022-09-05 Thread Kristina Hanicova
This patch removes virCHDomainObjBeginJob() and replaces it with call to the generalized virDomainObjBeginJob(). Signed-off-by: Kristina Hanicova --- src/ch/ch_domain.c | 51 +- src/ch/ch_domain.h | 4 src/ch/ch_driver.c | 20 +-