index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
block
/
graph-lock.h
Age
Commit message (
Expand
)
Author
2024-08-06
block/graph-lock: Make WITH_GRAPH_RDLOCK_GUARD() fully checked
Kevin Wolf
2023-12-21
graph-lock: remove AioContext locking
Stefan Hajnoczi
2023-11-21
block: Fix deadlocks in bdrv_graph_wrunlock()
Kevin Wolf
2023-10-12
block: Add assertion for bdrv_graph_wrlock()
Kevin Wolf
2023-06-28
graph-lock: Unlock the AioContext while polling
Kevin Wolf
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