qemu-block
[Top][All Lists]
Advanced

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

Re: [Qemu-block] [PATCH 0/2] block: make .bdrv_create() a coroutine_fn


From: Stefan Hajnoczi
Subject: Re: [Qemu-block] [PATCH 0/2] block: make .bdrv_create() a coroutine_fn
Date: Tue, 11 Jul 2017 11:09:31 +0100
User-agent: Mutt/1.8.0 (2017-02-23)

On Wed, Jul 05, 2017 at 06:26:05AM -0400, Marc-André Lureau wrote:
> 
> 
> ----- Original Message -----
> > The BlockDriver->bdrv_create() function is always called from coroutine
> > context.  These patches rename it and clean up qcow2 code that is currently
> > calling CoMutex functions outside coroutine_fn.
> > 
> > Stefan Hajnoczi (2):
> >   block: rename .bdrv_create() to .bdrv_co_create()
> >   qcow2: make qcow2_co_create2() a coroutine_fn
> > 
> 
> I came to the same changes with my series, so
> Reviewed-by: Marc-André Lureau <address@hidden>

In that case:

NACK

Marc-André posted a more extensive series that does the same fixes.  He
is also the one who originally found this issue.  Drop my series.

Stefan

Attachment: signature.asc
Description: PGP signature


reply via email to

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