[PATCH 0/2] qemu: blockjob: Fix two issues with block pull job finishing

Peter Krempa posted 2 patches 3 years ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1618243038.git.pkrempa@redhat.com
src/qemu/qemu_blockjob.c | 20 +++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)
[PATCH 0/2] qemu: blockjob: Fix two issues with block pull job finishing
Posted by Peter Krempa 3 years ago
Peter Krempa (2):
  qemuBlockJobProcessEventCompletedPull: Avoid dangling pointer after
    blockpull
  qemuBlockJobProcessEventCompletedPull: Add backingStore terminators if
    base is NULL

 src/qemu/qemu_blockjob.c | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)

-- 
2.30.2

Re: [PATCH 0/2] qemu: blockjob: Fix two issues with block pull job finishing
Posted by Pavel Hrdina 3 years ago
On Mon, Apr 12, 2021 at 05:57:44PM +0200, Peter Krempa wrote:
> Peter Krempa (2):
>   qemuBlockJobProcessEventCompletedPull: Avoid dangling pointer after
>     blockpull
>   qemuBlockJobProcessEventCompletedPull: Add backingStore terminators if
>     base is NULL

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>