[PATCH 09/19] qemu: monitor: Introduce qemuMonitorBitmapRemove

Jiri Denemark jdenemar at redhat.com
Tue Feb 16 19:15:37 UTC 2021


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 at redhat.com>
> ---
>  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 at redhat.com>




More information about the libvir-list mailing list