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 <[email protected]>
> Signed-off-by: Stefan Hajnoczi <[email protected]>

Reviewed-by: Kevin Wolf <[email protected]>

Reply via email to