aboutsummaryrefslogtreecommitdiff
path: root/include/block/graph-lock.h
AgeCommit message (Expand)Author
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