qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 02/26] qcow2: remove incorrect coroutine_fn annotations


From: Alberto Faria
Subject: Re: [PATCH v2 02/26] qcow2: remove incorrect coroutine_fn annotations
Date: Mon, 4 Jul 2022 13:56:27 +0100

On Mon, May 9, 2022 at 11:35 AM Paolo Bonzini <pbonzini@redhat.com> wrote:
> This is incorrect because qcow2_mark_clean() calls qcow2_flush_caches().
> qcow2_mark_clean() is called from non-coroutine context in
> qcow2_inactivate() and qcow2_close().
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  block/qcow2-refcount.c | 4 ++--
>  block/qcow2.h          | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)

Reviewed-by: Alberto Faria <afaria@redhat.com>




reply via email to

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