[PATCH 0/2] backup: Don't try to update stats if VM isn't alive

Peter Krempa posted 2 patches 3 years, 2 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1614259713.git.pkrempa@redhat.com
src/qemu/qemu_backup.c | 33 ++++++++++++++++++---------------
1 file changed, 18 insertions(+), 15 deletions(-)
[PATCH 0/2] backup: Don't try to update stats if VM isn't alive
Posted by Peter Krempa 3 years, 2 months ago
Doing so results in a crash.

Peter Krempa (2):
  qemuBackupJobTerminate: Move cleanup of temp files earlier
  qemuBackupJobTerminate: Don't calculate backup job stats if VM isn't
    active

 src/qemu/qemu_backup.c | 33 ++++++++++++++++++---------------
 1 file changed, 18 insertions(+), 15 deletions(-)

-- 
2.29.2

Re: [PATCH 0/2] backup: Don't try to update stats if VM isn't alive
Posted by Michal Privoznik 3 years, 1 month ago
On 2/25/21 2:29 PM, Peter Krempa wrote:
> Doing so results in a crash.
> 
> Peter Krempa (2):
>    qemuBackupJobTerminate: Move cleanup of temp files earlier
>    qemuBackupJobTerminate: Don't calculate backup job stats if VM isn't
>      active
> 
>   src/qemu/qemu_backup.c | 33 ++++++++++++++++++---------------
>   1 file changed, 18 insertions(+), 15 deletions(-)
> 

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

Michal