On 06/15/2016 12:21 PM, Stefan Hajnoczi wrote:
On Tue, Jun 14, 2016 at 06:25:13PM +0300, Denis V. Lunev wrote:
Signed-off-by: Denis V. Lunev <[email protected]>
Reviewed-by: Vladimir Sementsov-Ogievskiy <[email protected]>
CC: Stefan Hajnoczi <[email protected]>
CC: Fam Zheng <[email protected]>
CC: Kevin Wolf <[email protected]>
CC: Max Reitz <[email protected]>
CC: Jeff Cody <[email protected]>
CC: Eric Blake <[email protected]>
---
block/io.c | 12 +++++++-----
include/block/block_int.h | 1 +
2 files changed, 8 insertions(+), 5 deletions(-)
This patch is missing a commit description. Why is this necessary?
If you add .qiov then can we remove the .bytes field?
this would not be convenient unfortunately.
here I have pointer to qiov and this pointer is
not always available. Actually it is available
only to the write operation.
The purpose is to make data being written
available for the notifier.
Den