Re: [PATCH 08/18] block: Add blk_[co_]preadv_part()

2022-07-05 Thread Hanna Reitz
On 17.05.22 13:38, Alberto Faria wrote: Implement blk_preadv_part() using generated_co_wrapper. Signed-off-by: Alberto Faria --- block/block-backend.c | 30 +++--- block/coroutines.h| 5 - include/sysemu/block-backend-io.h | 7 ++

Re: [PATCH 08/18] block: Add blk_[co_]preadv_part()

2022-05-17 Thread Paolo Bonzini
On 5/17/22 13:38, Alberto Faria wrote: Implement blk_preadv_part() using generated_co_wrapper. Signed-off-by: Alberto Faria --- block/block-backend.c | 30 +++--- block/coroutines.h| 5 - include/sysemu/block-backend-io.h | 7 +++

[PATCH 08/18] block: Add blk_[co_]preadv_part()

2022-05-17 Thread Alberto Faria
Implement blk_preadv_part() using generated_co_wrapper. Signed-off-by: Alberto Faria --- block/block-backend.c | 30 +++--- block/coroutines.h| 5 - include/sysemu/block-backend-io.h | 7 +++ tests/unit/test-block-iothread.c | 19 +++