Re: [PATCH v2 0/9] Still more coroutine and various fixes in block layer

2022-11-04 Thread Paolo Bonzini
On 11/4/22 10:56, Emanuele Giuseppe Esposito wrote: This is a dump of all minor coroutine-related fixes found while looking around and testing various things in the QEMU block layer. Patches aim to: - add missing coroutine_fn annotation to the functions - simplify to avoid the typical "if in cor

[PATCH v2 0/9] Still more coroutine and various fixes in block layer

2022-11-04 Thread Emanuele Giuseppe Esposito
This is a dump of all minor coroutine-related fixes found while looking around and testing various things in the QEMU block layer. Patches aim to: - add missing coroutine_fn annotation to the functions - simplify to avoid the typical "if in coroutine: fn() // else create_coroutine(fn)" already p