|
From: | Vladimir Sementsov-Ogievskiy |
Subject: | Re: [PATCH v6 13/14] block: convert bdrv_create to co_wrapper |
Date: | Fri, 25 Nov 2022 23:56:03 +0300 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 |
On 11/25/22 16:35, Emanuele Giuseppe Esposito wrote:
This function is never called in coroutine context, therefore instead of manually creating a new coroutine, delegate it to the block-coroutine-wrapper script, defining it as co_wrapper. Signed-off-by: Emanuele Giuseppe Esposito<[email protected]> Reviewed-by: Kevin Wolf<[email protected]>
Reviewed-by: Vladimir Sementsov-Ogievskiy <[email protected]> (if you merge 07 here, keep my r-b) -- Best regards, Vladimir
[Prev in Thread] | Current Thread | [Next in Thread] |