[PATCH 0/2] Properly fix backup job termination

Peter Krempa posted 2 patches 3 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.1615477731.git.pkrempa@redhat.com
src/conf/backup_conf.h  |  2 ++
src/qemu/qemu_backup.c  | 33 ++++++++++++++++++---------------
src/qemu/qemu_process.c |  9 ++++++---
3 files changed, 26 insertions(+), 18 deletions(-)
[PATCH 0/2] Properly fix backup job termination
Posted by Peter Krempa 3 years, 1 month ago
Peter Krempa (2):
  backup: Store 'apiFlags' in private section of virDomainBackupDef
  qemuBackupJobTerminate: Fix job termination for inactive VMs

 src/conf/backup_conf.h  |  2 ++
 src/qemu/qemu_backup.c  | 33 ++++++++++++++++++---------------
 src/qemu/qemu_process.c |  9 ++++++---
 3 files changed, 26 insertions(+), 18 deletions(-)

-- 
2.29.2

Re: [PATCH 0/2] Properly fix backup job termination
Posted by Ján Tomko 3 years, 1 month ago
On a Thursday in 2021, Peter Krempa wrote:
>Peter Krempa (2):
>  backup: Store 'apiFlags' in private section of virDomainBackupDef
>  qemuBackupJobTerminate: Fix job termination for inactive VMs
>
> src/conf/backup_conf.h  |  2 ++
> src/qemu/qemu_backup.c  | 33 ++++++++++++++++++---------------
> src/qemu/qemu_process.c |  9 ++++++---
> 3 files changed, 26 insertions(+), 18 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano