[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 01/20] qcow2: Don't call bdrv_getlength() in coroutine_fns
From: |
Stefan Hajnoczi |
Subject: |
Re: [PATCH 01/20] qcow2: Don't call bdrv_getlength() in coroutine_fns |
Date: |
Mon, 1 May 2023 11:19:22 -0400 |
On Tue, Apr 25, 2023 at 07:31:39PM +0200, Kevin Wolf wrote:
> There is a bdrv_co_getlength() now, which should be used in coroutine
> context.
>
> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
> ---
> block/qcow2.h | 4 +++-
> block/qcow2-refcount.c | 2 +-
> block/qcow2.c | 19 +++++++++----------
> 3 files changed, 13 insertions(+), 12 deletions(-)
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH 01/20] qcow2: Don't call bdrv_getlength() in coroutine_fns,
Stefan Hajnoczi <=