On 13.12.2013 14:22, Kevin Wolf wrote:
This separates the part of bdrv_co_do_readv() that needs to happen before the request is modified to match the backend alignment, and a part that needs to be executed afterwards and passes the request to the BlockDriver.Signed-off-by: Kevin Wolf <kw...@redhat.com> --- block.c | 61 +++++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 43 insertions(+), 18 deletions(-)
Reviewed-by: Max Reitz <mre...@redhat.com>