[Qemu-devel] [PATCH] Add coroutine_fn to bdrv_check_co_entry

2019-04-01 Thread n . alekseev2104
From: Nikita Alekseev bdrv_check_co_entry calls bdrv_co_check, which is a coroutine function. Thus, it also needs to be marked as a coroutine. Signed-off-by: Nikita Alekseev --- block.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block.c b/block.c index 0a93ee9ac8..776c

[Qemu-devel] [PATCH] Add coroutine_fn to bdrv_check_co_entry

2019-03-31 Thread n . alekseev2104
From: nickaleks bdrv_check_co_entry calls bdrv_co_check, which is a coroutine function. Thus, it also needs to be marked as a coroutine. Signed-off-by: Nikita Alekseev --- block.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block.c b/block.c index 0a93ee9ac8..776c43f177