On Thu, Feb 11, 2021 at 16:37:48 +0100, Peter Krempa wrote: > The non-transaction wrapper is useful for code paths which want to > delete individual bitmaps or for cleanup after a failed job where we > want to attempt to delete every bitmap individually to prevent a failure > from cleaning up the rest. > > Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx> > --- > src/qemu/qemu_monitor.c | 13 +++++++++++++ > src/qemu/qemu_monitor.h | 5 +++++ > src/qemu/qemu_monitor_json.c | 24 ++++++++++++++++++++++++ > src/qemu/qemu_monitor_json.h | 6 ++++++ > tests/qemumonitorjsontest.c | 2 ++ > 5 files changed, 50 insertions(+) Reviewed-by: Jiri Denemark <jdenemar@xxxxxxxxxx>