[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/3] block: Add blk_new_with_bs() helper
From: |
Stefan Hajnoczi |
Subject: |
Re: [PATCH v2 1/3] block: Add blk_new_with_bs() helper |
Date: |
Fri, 24 Apr 2020 13:23:27 +0100 |
On Thu, Apr 23, 2020 at 05:17:05PM -0500, Eric Blake wrote:
> There are several callers that need to create a new block backend from
> an existing BDS; make the task slightly easier with a common helper
> routine.
>
> Suggested-by: Max Reitz <address@hidden>
> Signed-off-by: Eric Blake <address@hidden>
> ---
> include/sysemu/block-backend.h | 2 ++
> block/block-backend.c | 23 +++++++++++++++++++++++
> block/crypto.c | 8 +++-----
> block/parallels.c | 7 +++----
> block/qcow.c | 7 +++----
> block/qcow2.c | 15 ++++++---------
> block/qed.c | 7 +++----
> block/sheepdog.c | 9 ++++-----
> block/vdi.c | 7 +++----
> block/vhdx.c | 7 +++----
> block/vmdk.c | 9 ++++-----
> block/vpc.c | 7 +++----
> blockdev.c | 8 +++-----
> blockjob.c | 7 ++-----
> 14 files changed, 65 insertions(+), 58 deletions(-)
Reviewed-by: Stefan Hajnoczi <address@hidden>
signature.asc
Description: PGP signature
Re: [PATCH v2 1/3] block: Add blk_new_with_bs() helper,
Stefan Hajnoczi <=
[PATCH v2 3/3] qcow2: Tweak comment about bitmaps vs. resize, Eric Blake, 2020/04/23
[PATCH v2 2/3] qcow2: Allow resize of images with internal snapshots, Eric Blake, 2020/04/23
Re: [PATCH v2 0/3] qcow2: Allow resize of images with internal snapshots, no-reply, 2020/04/23
Re: [PATCH v2 0/3] qcow2: Allow resize of images with internal snapshots, no-reply, 2020/04/23
Re: [PATCH v2 0/3] qcow2: Allow resize of images with internal snapshots, no-reply, 2020/04/23