On Tue, Aug 23, 2022 at 18:32:08 +0200, Pavel Hrdina wrote: "Upcoming snapshot deletion code will require that multiple commit jobs are finished in sync. To allow aborting them if one fails we will need to use manual finalization of the jobs. This commit implements the monitor code for 'job-finalize'. " > Signed-off-by: Pavel Hrdina <phrdina@xxxxxxxxxx> > --- > src/qemu/qemu_monitor.c | 12 ++++++++++++ > src/qemu/qemu_monitor.h | 5 +++++ > src/qemu/qemu_monitor_json.c | 22 ++++++++++++++++++++++ > src/qemu/qemu_monitor_json.h | 5 +++++ > 4 files changed, 44 insertions(+) Missing addition of test to qemumonitorjsontest.c