Re: [PATCH 2/5] qemu: blockjob: Actually delete temporary bitmap on failed active commit

2020-07-20 Thread Eric Blake
On 7/16/20 9:20 AM, Peter Krempa wrote: Commit 20a7abc2d2d tried to delete the possibly leftover bitmap but neglected to call the actual monitor to do so. Signed-off-by: Peter Krempa --- src/qemu/qemu_blockjob.c | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) Yeah,

[PATCH 2/5] qemu: blockjob: Actually delete temporary bitmap on failed active commit

2020-07-16 Thread Peter Krempa
Commit 20a7abc2d2d tried to delete the possibly leftover bitmap but neglected to call the actual monitor to do so. Signed-off-by: Peter Krempa --- src/qemu/qemu_blockjob.c | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/qemu/qemu_blockjob.c