Re: [PATCH 1/5] qemu: blockjob: Don't base bitmap handling of active-layer block commit on QEMU_CAPS_BLOCKDEV_REOPEN

2020-07-20 Thread Eric Blake
On 7/16/20 9:20 AM, Peter Krempa wrote: The handler finalizing the active layer block commit doesn't actually reopen the file for active layer block commit, so the comment and check are invalid. Signed-off-by: Peter Krempa --- src/qemu/qemu_blockjob.c | 3 ++- src/qemu/qemu_driver.c | 6 +-

[PATCH 1/5] qemu: blockjob: Don't base bitmap handling of active-layer block commit on QEMU_CAPS_BLOCKDEV_REOPEN

2020-07-16 Thread Peter Krempa
The handler finalizing the active layer block commit doesn't actually reopen the file for active layer block commit, so the comment and check are invalid. Signed-off-by: Peter Krempa --- src/qemu/qemu_blockjob.c | 3 ++- src/qemu/qemu_driver.c | 6 +- 2 files changed, 3 insertions(+), 6 de