diff options
author | Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> | 2021-08-24 11:38:28 +0300 |
---|---|---|
committer | Hanna Reitz <hreitz@redhat.com> | 2021-09-01 12:57:31 +0200 |
commit | 49577723d40f56f7ac3d2f880423ae6652a2922d (patch) | |
tree | 24edb6cca1e166358bf78be39ffe1cee0f2e8c37 /storage-daemon | |
parent | d003e0aeced533074341c88fe6b58f97f8136397 (diff) | |
download | qemu-49577723d40f56f7ac3d2f880423ae6652a2922d.zip qemu-49577723d40f56f7ac3d2f880423ae6652a2922d.tar.gz qemu-49577723d40f56f7ac3d2f880423ae6652a2922d.tar.bz2 |
block-copy: move detecting fleecing scheme to block-copy
We want to simplify initialization interface of copy-before-write
filter as we are going to make it public. So, let's detect fleecing
scheme exactly in block-copy code, to not pass this information through
extra levels.
Why not just set BDRV_REQ_SERIALISING unconditionally: because we are
going to implement new more efficient fleecing scheme which will not
rely on backing feature.
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Hanna Reitz <hreitz@redhat.com>
Message-Id: <20210824083856.17408-7-vsementsov@virtuozzo.com>
Signed-off-by: Hanna Reitz <hreitz@redhat.com>
Diffstat (limited to 'storage-daemon')
0 files changed, 0 insertions, 0 deletions