qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [Qemu-block] [PATCH 09/17] block: Add .bdrv_co_pdiscard


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [Qemu-block] [PATCH 09/17] block: Add .bdrv_co_pdiscard() driver callback
Date: Thu, 14 Jul 2016 13:16:27 +0100
User-agent: Mutt/1.6.1 (2016-04-27)

On Wed, Jun 22, 2016 at 09:51:06AM -0600, Eric Blake wrote:
> There's enough drivers with a sector-based callback that it will
> be easier to switch one at a time.  This patch adds a byte-based
> callback, and then after all drivers are swapped, we'll drop the
> sector-based callback.
> 
> [checkpatch doesn't like the space after coroutine_fn in
> block_int.h, but it's consistent with the rest of the file]
> 
> Signed-off-by: Eric Blake <address@hidden>
> ---
>  include/block/block_int.h | 2 ++
>  block/io.c                | 7 +++++--
>  2 files changed, 7 insertions(+), 2 deletions(-)

Reviewed-by: Stefan Hajnoczi <address@hidden>

Attachment: signature.asc
Description: PGP signature


reply via email to

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