qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 6/9] block: pass qiov into before_write notifier


From: Denis V. Lunev
Subject: Re: [Qemu-devel] [PATCH 6/9] block: pass qiov into before_write notifier
Date: Wed, 15 Jun 2016 12:24:29 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

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 <address@hidden>
Reviewed-by: Vladimir Sementsov-Ogievskiy <address@hidden>
CC: Stefan Hajnoczi <address@hidden>
CC: Fam Zheng <address@hidden>
CC: Kevin Wolf <address@hidden>
CC: Max Reitz <address@hidden>
CC: Jeff Cody <address@hidden>
CC: Eric Blake <address@hidden>
---
  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



reply via email to

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