On Thu, Jan 05, 2023 at 12:46:47 +0100, Pavel Hrdina wrote:
QEMU emits this signal when the job finished its work and is about to
be
finalized. If the job is started with autofinalize disabled the job
waits for user input to finalize the job.
This will be used by snapshot delete code.
Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com>
---
src/qemu/qemu_backup.c | 1 +
src/qemu/qemu_blockjob.c | 21 ++++++++++++++++++++-
src/qemu/qemu_blockjob.h | 1 +
3 files changed, 22 insertions(+), 1 deletion(-)
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>