aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-15Merge tag 'pull-target-arm-20221215-1' of https://git.linaro.org/people/pmayd...Peter Maydell
2022-12-15target/arm: Restrict arm_cpu_exec_interrupt() to TCG acceleratorPhilippe Mathieu-Daudé
2022-12-15hw/misc: Move some arm-related files from specific_ss into softmmu_ssThomas Huth
2022-12-15block: GRAPH_RDLOCK for functions only called by co_wrappersKevin Wolf
2022-12-15block: use co_wrapper_mixed_bdrv_rdlock in functions taking the rdlockEmanuele Giuseppe Esposito
2022-12-15block-coroutine-wrapper.py: introduce annotations that take the graph rdlockEmanuele Giuseppe Esposito
2022-12-15Mark assert_bdrv_graph_readable/writable() GRAPH_RD/WRLOCKKevin Wolf
2022-12-15graph-lock: TSA annotations for lock/unlock functionsKevin Wolf
2022-12-15block: assert that graph read and writes are performed correctlyEmanuele Giuseppe Esposito
2022-12-15block: remove unnecessary assert_bdrv_graph_writable()Emanuele Giuseppe Esposito
2022-12-15block: wrlock in bdrv_replace_child_nopermEmanuele Giuseppe Esposito
2022-12-15block: Fix locking in external_snapshot_prepare()Kevin Wolf
2022-12-15test-bdrv-drain: Fix incorrrect drain assumptionsKevin Wolf
2022-12-15clang-tsa: Add macros for shared locksKevin Wolf
2022-12-15clang-tsa: Add TSA_ASSERT() macroKevin Wolf
2022-12-15Import clang-tsa.hKevin Wolf
2022-12-15async: Register/unregister aiocontext in graph lock listEmanuele Giuseppe Esposito
2022-12-15graph-lock: Implement guard macrosEmanuele Giuseppe Esposito
2022-12-15graph-lock: Introduce a lock to protect block graph operationsPaolo Bonzini
2022-12-15block: Factor out bdrv_drain_all_begin_nopoll()Kevin Wolf
2022-12-15block/dirty-bitmap: convert coroutine-only functions to co_wrapperEmanuele Giuseppe Esposito
2022-12-15block: convert bdrv_create to co_wrapperEmanuele Giuseppe Esposito
2022-12-15block-coroutine-wrapper.py: support also basic return typesEmanuele Giuseppe Esposito
2022-12-15block-coroutine-wrapper.py: support functions without bs argEmanuele Giuseppe Esposito
2022-12-15block-coroutine-wrapper.py: introduce co_wrapperEmanuele Giuseppe Esposito
2022-12-15block: rename generated_co_wrapper in co_wrapper_mixedEmanuele Giuseppe Esposito
2022-12-15block: bdrv_create_file is a coroutine_fnEmanuele Giuseppe Esposito
2022-12-15block: distinguish between bdrv_create running in coroutine and notEmanuele Giuseppe Esposito
2022-12-15block: avoid duplicating filename string in bdrv_createEmanuele Giuseppe Esposito
2022-12-15block/vmdk: add coroutine_fn annotationsEmanuele Giuseppe Esposito
2022-12-15block-backend: replace bdrv_*_above with blk_*_aboveEmanuele Giuseppe Esposito
2022-12-15nbd/server.c: add coroutine_fn annotationsEmanuele Giuseppe Esposito
2022-12-15block-copy: add coroutine_fn annotationsEmanuele Giuseppe Esposito
2022-12-15block-io: introduce coroutine_fn duplicates for bdrv_common_block_status_abov...Emanuele Giuseppe Esposito
2022-12-15block: Remove poll parameter from bdrv_parent_drained_begin_single()Kevin Wolf
2022-12-15block: Don't poll in bdrv_replace_child_noperm()Kevin Wolf
2022-12-15block: Drop out of coroutine in bdrv_do_drained_begin_quiesce()Kevin Wolf
2022-12-15block: Remove ignore_bds_parents parameter from drain_begin/end.Kevin Wolf
2022-12-15block: Call drain callbacks only onceKevin Wolf
2022-12-15block: Remove subtree drainsKevin Wolf
2022-12-15stream: Replace subtree drain with a single node drainKevin Wolf
2022-12-15block: Don't use subtree drains in bdrv_drop_intermediate()Kevin Wolf
2022-12-15block: Drain individual nodes during reopenKevin Wolf
2022-12-15block: Fix locking for bdrv_reopen_queue_child()Kevin Wolf
2022-12-15block: Inline bdrv_drain_invoke()Kevin Wolf
2022-12-15block: Remove drained_end_counterKevin Wolf
2022-12-15block: Revert .bdrv_drained_begin/end to non-coroutine_fnKevin Wolf
2022-12-15test-bdrv-drain: Don't yield in .bdrv_co_drained_begin/end()Kevin Wolf
2022-12-15qed: Don't yield in bdrv_qed_co_drain_begin()Kevin Wolf
2022-12-15block: refactor bdrv_list_refresh_perms to allow any list of nodesVladimir Sementsov-Ogievskiy