Re: [PATCH 12/18] block: Implement blk_pwrite_zeroes() using generated_co_wrapper

2022-07-05 Thread Hanna Reitz
On 17.05.22 13:39, Alberto Faria wrote: Signed-off-by: Alberto Faria --- block/block-backend.c | 8 include/sysemu/block-backend-io.h | 5 +++-- tests/unit/test-block-iothread.c | 17 + 3 files changed, 20 insertions(+), 10 deletions(-) Reviewed-by:

Re: [PATCH 12/18] block: Implement blk_pwrite_zeroes() using generated_co_wrapper

2022-05-17 Thread Paolo Bonzini
On 5/17/22 13:39, Alberto Faria wrote: Signed-off-by: Alberto Faria --- block/block-backend.c | 8 include/sysemu/block-backend-io.h | 5 +++-- tests/unit/test-block-iothread.c | 17 + 3 files changed, 20 insertions(+), 10 deletions(-) Reviewed-by:

[PATCH 12/18] block: Implement blk_pwrite_zeroes() using generated_co_wrapper

2022-05-17 Thread Alberto Faria
Signed-off-by: Alberto Faria --- block/block-backend.c | 8 include/sysemu/block-backend-io.h | 5 +++-- tests/unit/test-block-iothread.c | 17 + 3 files changed, 20 insertions(+), 10 deletions(-) diff --git a/block/block-backend.c b/block/block-backend.c