On Tue, Aug 23, 2022 at 18:32:11 +0200, Pavel Hrdina wrote:
QEMU emits this signal when autofinalize is disabled and QEMU is
waiting
for the caller to start the finalization manually.
Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com>
---
src/qemu/qemu_backup.c | 1 +
src/qemu/qemu_blockjob.c | 13 ++++++++++++-
src/qemu/qemu_blockjob.h | 1 +
3 files changed, 14 insertions(+), 1 deletion(-)
I presume you plan to handle recovery of snapshot deletion job if e.g.
libvirtd is restarted via a domainjob, right?
Otherwise qemuBlockJobRefreshJobs must be able to terminate the block
job properly.
For now:
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>