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
/
block
/
graph-lock.c
Age
Commit message (
Expand
)
Author
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-09-20
block: Introduce bdrv_schedule_unref()
Kevin Wolf
2023-09-08
block: spelling fixes
Michael Tokarev
2023-06-28
Revert "graph-lock: Disable locking for now"
Kevin Wolf
2023-06-28
graph-lock: Unlock the AioContext while polling
Kevin Wolf
2023-05-19
graph-lock: Disable locking for now
Kevin Wolf
2023-05-19
graph-lock: Honour read locks even in the main thread
Kevin Wolf
2023-05-10
block: compile out assert_bdrv_graph_readable() by default
Stefan Hajnoczi
2023-04-25
block: convert bdrv_graph_wrlock() to AIO_WAIT_WHILE_UNLOCKED()
Stefan Hajnoczi
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: Introduce a lock to protect block graph operations
Paolo Bonzini