Re: [PATCH 2/4] block: complete public block status API

2023-04-21 Thread Eric Blake
On Wed, Apr 05, 2023 at 12:32:14PM +0200, Paolo Bonzini wrote: > Include both coroutine and non-coroutine versions, the latter being > co_wrapper_mixed_bdrv_rdlock of the former. > > Signed-off-by: Paolo Bonzini > --- > block/io.c | 18 +- > include/block/block-io.h

[PATCH 2/4] block: complete public block status API

2023-04-05 Thread Paolo Bonzini
Include both coroutine and non-coroutine versions, the latter being co_wrapper_mixed_bdrv_rdlock of the former. Signed-off-by: Paolo Bonzini --- block/io.c | 18 +- include/block/block-io.h | 18 -- 2 files changed, 17 insertions(+), 19 deletions(-)