On Thu, Jun 9, 2022 at 4:27 PM Alberto Faria <afa...@redhat.com> wrote: > Start by making the interfaces of analogous non-coroutine and coroutine > functions consistent with each other, then implement the non-coroutine > ones using generated_co_wrapper. > > For the bdrv_pwrite_sync() case, also add the missing > bdrv_co_pwrite_sync() function.
A gentle ping.