On Tue, Jul 5, 2022 at 5:13 PM Daniel P. Berrangé <berra...@redhat.com> wrote: > FWIW, after applying this series 'make check' throws lots of failures > and hangs for me in the block I/O tests, so something appears not quite > correct here. I didn't bother to investigate/debug since you marked this > as just an RFC
Thanks, it appears some coroutine_fn functions are being called from non-coroutine context, so some call conversions from bdrv_... to bdrv_co_... introduce problems. These changes are only intended as examples of using the tool for the time being. Alberto