qemu-block
[Top][All Lists]
Advanced

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

Re: [Qemu-block] [PATCH 2/2] qcow2: make qcow2_co_create2() a coroutine_


From: Kevin Wolf
Subject: Re: [Qemu-block] [PATCH 2/2] qcow2: make qcow2_co_create2() a coroutine_fn
Date: Tue, 11 Jul 2017 11:49:19 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Am 05.07.2017 um 12:22 hat Stefan Hajnoczi geschrieben:
> qcow2_create2() calls qemu_co_mutex_lock().  Only a coroutine_fn may
> call another coroutine_fn.
> 
> Rename the function (the block layer API is now called
> .bdrv_co_create()) and add coroutine_fn.  It is always called from
> coroutine context.
> 
> Reported-by: Marc-André Lureau <address@hidden>
> Signed-off-by: Stefan Hajnoczi <address@hidden>

Reviewed-by: Kevin Wolf <address@hidden>



reply via email to

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