qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 02/20] block: Consistently call bdrv_activate() outside corou


From: Eric Blake
Subject: Re: [PATCH 02/20] block: Consistently call bdrv_activate() outside coroutine
Date: Tue, 25 Apr 2023 13:39:21 -0500
User-agent: NeoMutt/20230407

On Tue, Apr 25, 2023 at 07:31:40PM +0200, Kevin Wolf wrote:
> Migration code can call bdrv_activate() in coroutine context, whereas
> other callers call it outside of coroutines. As it calls other code that
> is not supposed to run in coroutines, standardise on running outside of
> coroutines.
> 
> This adds a no_co_wrapper to switch to the main loop before calling
> bdrv_activate().
> 
> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
> ---
>  include/block/block-global-state.h |  6 +++++-
>  block/block-backend.c              | 10 +++++++++-
>  2 files changed, 14 insertions(+), 2 deletions(-)

Reviewed-by: Eric Blake <eblake@redhat.com>

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org




reply via email to

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