On 05.07.22 18:15, Alberto Faria wrote:
Keep generated_co_wrapper and coroutine_fn pairs together. This should make it clear that each I/O function has these two versions.Also move blk_co_{pread,pwrite}()'s implementations out of the header file for consistency. Signed-off-by: Alberto Faria <[email protected]> Reviewed-by: Paolo Bonzini <[email protected]> --- block/block-backend.c | 22 +++++++++ include/sysemu/block-backend-io.h | 77 +++++++++++++------------------ 2 files changed, 54 insertions(+), 45 deletions(-)
Reviewed-by: Hanna Reitz <[email protected]>
