qemu-block
[Top][All Lists]
Advanced

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

Re: [PATCH v5 2/9] block: Add flags to bdrv(_co)_truncate()


From: Max Reitz
Subject: Re: [PATCH v5 2/9] block: Add flags to bdrv(_co)_truncate()
Date: Thu, 23 Apr 2020 12:04:49 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0

On 22.04.20 17:21, Kevin Wolf wrote:
> Now that block drivers can support flags for .bdrv_co_truncate, expose
> the parameter in the node level interfaces bdrv_co_truncate() and
> bdrv_truncate().
> 
> Signed-off-by: Kevin Wolf <address@hidden>
> Reviewed-by: Vladimir Sementsov-Ogievskiy <address@hidden>
> Reviewed-by: Alberto Garcia <address@hidden>
> ---
>  include/block/block.h       |  5 +++--
>  block/block-backend.c       |  2 +-
>  block/crypto.c              |  2 +-
>  block/io.c                  | 12 +++++++-----
>  block/parallels.c           |  6 +++---
>  block/qcow.c                |  4 ++--
>  block/qcow2-refcount.c      |  2 +-
>  block/qcow2.c               | 15 +++++++++------
>  block/raw-format.c          |  2 +-
>  block/vhdx-log.c            |  2 +-
>  block/vhdx.c                |  2 +-
>  block/vmdk.c                |  2 +-
>  tests/test-block-iothread.c |  6 +++---
>  13 files changed, 34 insertions(+), 28 deletions(-)

Reviewed-by: Max Reitz <address@hidden>

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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