aboutsummaryrefslogtreecommitdiff
path: root/include/block/graph-lock.h
AgeCommit message (Expand)Author
2024-08-06block/graph-lock: Make WITH_GRAPH_RDLOCK_GUARD() fully checkedKevin Wolf
2023-12-21graph-lock: remove AioContext lockingStefan Hajnoczi
2023-11-21block: Fix deadlocks in bdrv_graph_wrunlock()Kevin Wolf
2023-10-12block: Add assertion for bdrv_graph_wrlock()Kevin Wolf
2023-06-28graph-lock: Unlock the AioContext while pollingKevin Wolf
2023-05-10graph-lock: Fix GRAPH_RDLOCK_GUARD*() to be reader lockKevin Wolf
2023-05-10graph-lock: Add GRAPH_UNLOCKED(_PTR)Kevin Wolf
2023-05-10block: add missing coroutine_fn annotationsPaolo Bonzini
2023-02-08block: Clean up includesMarkus Armbruster
2023-01-19coroutine: Move coroutine_fn to qemu/osdep.h, trim includesMarkus Armbruster
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-15graph-lock: Implement guard macrosEmanuele Giuseppe Esposito
2022-12-15graph-lock: Introduce a lock to protect block graph operationsPaolo Bonzini