summary refs log tree commit diff stats
path: root/scripts/block-coroutine-wrapper.py
diff options
context:
space:
mode:
authorEmanuele Giuseppe Esposito <eesposit@redhat.com>2022-11-28 09:23:27 -0500
committerKevin Wolf <kwolf@redhat.com>2022-12-15 16:07:43 +0100
commitff7e261bb91ecf44df12a551582187ddf6b187fe (patch)
tree125762e90f4006de8ca25340b576fc33da6ade26 /scripts/block-coroutine-wrapper.py
parent6f58ac55396bc624c78e73939d5fe6a44a13d150 (diff)
downloadfocaccia-qemu-ff7e261bb91ecf44df12a551582187ddf6b187fe.tar.gz
focaccia-qemu-ff7e261bb91ecf44df12a551582187ddf6b187fe.zip
block-backend: replace bdrv_*_above with blk_*_above
Avoid mixing bdrv_* functions with blk_*, so create blk_* counterparts
for bdrv_block_status_above and bdrv_is_allocated_above.

Note that since blk_co_block_status_above only calls the g_c_w function
bdrv_common_block_status_above and is marked as coroutine_fn, call
directly bdrv_co_common_block_status_above() to avoid using a g_c_w.
Same applies to blk_co_is_allocated_above.

Signed-off-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Message-Id: <20221128142337.657646-5-eesposit@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'scripts/block-coroutine-wrapper.py')
0 files changed, 0 insertions, 0 deletions