aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/block-coroutine-wrapper.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* block-coroutine-wrapper: Allow arbitrary parameter namesKevin Wolf2023-09-201-3/+4
* block-coroutine-wrapper: Add no_co_wrapper_bdrv_wrlock functionsKevin Wolf2023-09-201-0/+11
* block-coroutine-wrapper: Take AioContext lock in no_co_wrappersKevin Wolf2023-05-301-10/+15
* block-coroutine-wrapper: Introduce no_co_wrapperKevin Wolf2023-02-171-11/+72
* block-coroutine-wrapper: support void functionsEmanuele Giuseppe Esposito2023-02-011-5/+15
* include/block: Untangle inclusion loopsMarkus Armbruster2023-01-201-1/+2
* block-coroutine-wrapper.py: introduce annotations that take the graph rdlockEmanuele Giuseppe Esposito2022-12-151-0/+12
* block-coroutine-wrapper.py: support also basic return typesEmanuele Giuseppe Esposito2022-12-151-8/+11
* block-coroutine-wrapper.py: support functions without bs argEmanuele Giuseppe Esposito2022-12-151-8/+8
* block-coroutine-wrapper.py: introduce co_wrapperEmanuele Giuseppe Esposito2022-12-151-33/+77
* block: rename generated_co_wrapper in co_wrapper_mixedEmanuele Giuseppe Esposito2022-12-151-3/+3
* block-coroutine-wrapper.py: support BlockBackend first argumentVladimir Sementsov-Ogievskiy2021-10-151-2/+10
* block-coroutine-wrapper: allow non bdrv_ prefixVladimir Sementsov-Ogievskiy2021-06-181-3/+4
* scripts: add block-coroutine-wrapper.pyVladimir Sementsov-Ogievskiy2020-10-051-0/+167