]> Git Repo - qemu.git/commit - block/copy-on-read.c
copy-on-read: support preadv/pwritev_part functions
authorAndrey Shinkevich <[email protected]>
Wed, 16 Dec 2020 06:16:51 +0000 (09:16 +0300)
committerMax Reitz <[email protected]>
Tue, 26 Jan 2021 10:26:54 +0000 (11:26 +0100)
commit1252e03b8e6ff56f53bd826e1ceeb21ab4858a92
tree87b701fd0ec3ea644b759f769eabf111d8a7c4b7
parent0c8de0a1330f7088b6f6659e92e8b23c8a1e2137
copy-on-read: support preadv/pwritev_part functions

Add support for the recently introduced functions
bdrv_co_preadv_part()
and
bdrv_co_pwritev_part()
to the COR-filter driver.

Signed-off-by: Andrey Shinkevich <[email protected]>
Reviewed-by: Vladimir Sementsov-Ogievskiy <[email protected]>
Message-Id: <20201216061703[email protected]>
Signed-off-by: Max Reitz <[email protected]>
block/copy-on-read.c
This page took 0.026645 seconds and 4 git commands to generate.