qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 11/24] block: Introduce bdrv_aligned_pwritev(


From: Max Reitz
Subject: Re: [Qemu-devel] [PATCH v2 11/24] block: Introduce bdrv_aligned_pwritev()
Date: Sat, 11 Jan 2014 23:27:32 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 13.12.2013 14:22, Kevin Wolf wrote:
This separates the part of bdrv_co_do_writev() 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 <address@hidden>
---
  block.c | 62 +++++++++++++++++++++++++++++++++++++++++---------------------
  1 file changed, 41 insertions(+), 21 deletions(-)

Reviewed-by: Max Reitz <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]