[PATCH v2 0/2] qemu: domainjob: Allow operations if cb is not set in job structure

Kristina Hanicova posted 2 patches 2 years, 1 month ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1647438542.git.khanicov@redhat.com
src/qemu/qemu_domainjob.c | 31 ++++++++++++++++++-------------
1 file changed, 18 insertions(+), 13 deletions(-)
[PATCH v2 0/2] qemu: domainjob: Allow operations if cb is not set in job structure
Posted by Kristina Hanicova 2 years, 1 month ago
This is v2 of: https://listman.redhat.com/archives/libvir-list/2022-March/228905.html

Diff to v1:
* add checks for cb structure in other functions as well
  (suggested by Michal)

Kristina Hanicova (2):
  qemu: domainjob: Allow operations if cb is not set in job structure
  qemu: domainjob: Allow InitJob if cb is not set in
    qemuDomainObjInitJob()

 src/qemu/qemu_domainjob.c | 31 ++++++++++++++++++-------------
 1 file changed, 18 insertions(+), 13 deletions(-)

-- 
2.35.1
Re: [PATCH v2 0/2] qemu: domainjob: Allow operations if cb is not set in job structure
Posted by Michal Prívozník 2 years, 1 month ago
On 3/16/22 15:08, Kristina Hanicova wrote:
> This is v2 of: https://listman.redhat.com/archives/libvir-list/2022-March/228905.html
> 
> Diff to v1:
> * add checks for cb structure in other functions as well
>   (suggested by Michal)
> 
> Kristina Hanicova (2):
>   qemu: domainjob: Allow operations if cb is not set in job structure
>   qemu: domainjob: Allow InitJob if cb is not set in
>     qemuDomainObjInitJob()
> 
>  src/qemu/qemu_domainjob.c | 31 ++++++++++++++++++-------------
>  1 file changed, 18 insertions(+), 13 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal