]> git.proxmox.com Git - mirror_qemu.git/commit - scripts/block-coroutine-wrapper.py
block-coroutine-wrapper.py: introduce co_wrapper
authorEmanuele Giuseppe Esposito <eesposit@redhat.com>
Mon, 28 Nov 2022 14:23:33 +0000 (09:23 -0500)
committerKevin Wolf <kwolf@redhat.com>
Thu, 15 Dec 2022 15:07:43 +0000 (16:07 +0100)
commit76a2f554c1e7b8acb332f765034fdf0ab3525202
treebe09ef47ec2b417ae9311ac8e60cd36829eec7d7
parent1bd542016cc2c132e3d52dbc9e663966dfc10e72
block-coroutine-wrapper.py: introduce co_wrapper

This new annotation starts just a function wrapper that creates
a new coroutine. It assumes the caller is not a coroutine.
It will be the default annotation to be used in the future.

This is much better as c_w_mixed, because it is clear if the caller
is a coroutine or not, and provides the advantage of automating
the code creation. In the future all c_w_mixed functions will be
substituted by co_wrapper.

Signed-off-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Message-Id: <20221128142337.657646-11-eesposit@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
docs/devel/block-coroutine-wrapper.rst
include/block/block-common.h
scripts/block-coroutine-wrapper.py