Age | Commit message (Expand) | Author |
---|---|---|
2023-05-10 | graph-lock: Fix GRAPH_RDLOCK_GUARD*() to be reader lock | Kevin Wolf |
2023-05-10 | graph-lock: Add GRAPH_UNLOCKED(_PTR) | Kevin Wolf |
2023-05-10 | block: add missing coroutine_fn annotations | Paolo Bonzini |
2023-02-08 | block: Clean up includes | Markus Armbruster |
2023-01-19 | coroutine: Move coroutine_fn to qemu/osdep.h, trim includes | Markus Armbruster |
2022-12-15 | Mark assert_bdrv_graph_readable/writable() GRAPH_RD/WRLOCK | Kevin Wolf |
2022-12-15 | graph-lock: TSA annotations for lock/unlock functions | Kevin Wolf |
2022-12-15 | block: assert that graph read and writes are performed correctly | Emanuele Giuseppe Esposito |
2022-12-15 | graph-lock: Implement guard macros | Emanuele Giuseppe Esposito |
2022-12-15 | graph-lock: Introduce a lock to protect block graph operations | Paolo Bonzini |