]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: blockjob: Actually delete temporary bitmap on failed active commit
authorPeter Krempa <pkrempa@redhat.com>
Thu, 16 Jul 2020 13:19:25 +0000 (15:19 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 21 Jul 2020 07:52:59 +0000 (09:52 +0200)
commit378e4fbc795c607485799cbd060f34483f580544
tree71cfd2c29e20551cfcde966c50d511d9889bf1f7
parentd73f107469c8882a47ffbf1a55bd0b0370d6969e
qemu: blockjob: Actually delete temporary bitmap on failed active commit

Commit 20a7abc2d2d tried to delete the possibly leftover bitmap but
neglected to call the actual monitor to do so.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
src/qemu/qemu_blockjob.c