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