diff options
author | Hanna Reitz | 2022-03-04 16:37:26 +0100 |
---|---|---|
committer | Kevin Wolf | 2022-03-04 18:18:26 +0100 |
commit | b8ba60067bf9df0f2e799b34eb00809f5d1e5989 (patch) | |
tree | 547317052938b90ac3c19d6f3b73b84fbee8efc6 /hw/usb/dev-mtp.c | |
parent | tests/qemu-iotests: Rework the checks and spots using GNU sed (diff) | |
download | qemu-b8ba60067bf9df0f2e799b34eb00809f5d1e5989.tar.gz qemu-b8ba60067bf9df0f2e799b34eb00809f5d1e5989.tar.xz qemu-b8ba60067bf9df0f2e799b34eb00809f5d1e5989.zip |
block/amend: Always call .bdrv_amend_clean()
.bdrv_amend_clean() says block drivers can use it to clean up what was
done in .bdrv_amend_pre_run(). Therefore, it should always be called
after .bdrv_amend_pre_run(), which means we need it to call it in the
JobDriver.free() callback, not in JobDriver.clean().
Signed-off-by: Hanna Reitz <hreitz@redhat.com>
Message-Id: <20220304153729.711387-3-hreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hw/usb/dev-mtp.c')
0 files changed, 0 insertions, 0 deletions