[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 3/9] block-backend: Add flags to blk_truncate()
From: |
Max Reitz |
Subject: |
Re: [PATCH v5 3/9] block-backend: Add flags to blk_truncate() |
Date: |
Thu, 23 Apr 2020 12:34:23 +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 node level interface bdrv_truncate() supports passing request
> flags to the block driver, expose this on the BlockBackend level, too.
>
> Signed-off-by: Kevin Wolf <address@hidden>
> Reviewed-by: Vladimir Sementsov-Ogievskiy <address@hidden>
> Reviewed-by: Alberto Garcia <address@hidden>
> ---
> include/sysemu/block-backend.h | 2 +-
> block.c | 3 ++-
> block/block-backend.c | 4 ++--
> block/commit.c | 4 ++--
> block/crypto.c | 2 +-
> block/mirror.c | 2 +-
> block/qcow2.c | 4 ++--
> block/qed.c | 2 +-
> block/vdi.c | 2 +-
> block/vhdx.c | 4 ++--
> block/vmdk.c | 6 +++---
> block/vpc.c | 2 +-
> blockdev.c | 2 +-
> qemu-img.c | 2 +-
> qemu-io-cmds.c | 2 +-
> 15 files changed, 22 insertions(+), 21 deletions(-)
Reviewed-by: Max Reitz <address@hidden>
signature.asc
Description: OpenPGP digital signature
Re: [PATCH v5 4/9] qcow2: Support BDRV_REQ_ZERO_WRITE for truncate, Max Reitz, 2020/04/23