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
/
tests
/
unit
/
test-bdrv-drain.c
Age
Commit message (
Expand
)
Author
2024-01-26
commit: Allow users to request only format driver names in backing file format
Peter Krempa
2023-12-21
block: remove AioContext locking
Stefan Hajnoczi
2023-12-21
graph-lock: remove AioContext locking
Stefan Hajnoczi
2023-11-21
block: Fix deadlocks in bdrv_graph_wrunlock()
Kevin Wolf
2023-11-08
block: Introduce bdrv_co_change_backing_file()
Kevin Wolf
2023-11-08
block: Protect bs->backing with graph_lock
Kevin Wolf
2023-11-07
block: Mark bdrv_replace_node() GRAPH_WRLOCK
Kevin Wolf
2023-11-07
block: Mark block_job_add_bdrv() GRAPH_WRLOCK
Kevin Wolf
2023-10-12
block: Protect bs->children with graph_lock
Kevin Wolf
2023-10-12
block: Mark drain related functions GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-10-12
test-bdrv-drain: Don't call bdrv_graph_wrlock() in coroutine context
Kevin Wolf
2023-09-20
test-bdrv-drain: avoid race with BH in IOThread drain test
Stefan Hajnoczi
2023-09-20
block: Mark bdrv_unref_child() GRAPH_WRLOCK
Kevin Wolf
2023-09-20
block: Mark bdrv_attach_child() GRAPH_WRLOCK
Kevin Wolf
2023-09-20
block: Take AioContext lock for bdrv_append() more consistently
Kevin Wolf
2023-05-30
aio: remove aio_disable_external() API
Stefan Hajnoczi
2023-05-30
block: drain from main loop thread in bdrv_co_yield_to_drain()
Stefan Hajnoczi
2023-05-19
test-bdrv-drain: Call bdrv_co_unref() in coroutine context
Kevin Wolf
2023-05-19
test-bdrv-drain: Take graph lock more selectively
Kevin Wolf
2023-05-10
test-bdrv-drain: Don't modify the graph in coroutines
Kevin Wolf
2023-02-23
block: Mark public read/write functions GRAPH_RDLOCK
Kevin Wolf
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
2022-12-15
test-bdrv-drain: Fix incorrrect drain assumptions
Kevin Wolf
2022-12-15
block: Don't poll in bdrv_replace_child_noperm()
Kevin Wolf
2022-12-15
block: Call drain callbacks only once
Kevin Wolf
2022-12-15
block: Remove subtree drains
Kevin Wolf
2022-12-15
block: Revert .bdrv_drained_begin/end to non-coroutine_fn
Kevin Wolf
2022-12-15
test-bdrv-drain: Don't yield in .bdrv_co_drained_begin/end()
Kevin Wolf
2022-10-27
block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...
Emanuele Giuseppe Esposito
2022-10-27
block: Manipulate bs->file / bs->backing pointers in .attach/.detach
Vladimir Sementsov-Ogievskiy
2022-10-27
tests-bdrv-drain: bdrv_replace_test driver: declare supports_backing
Vladimir Sementsov-Ogievskiy
2022-10-07
job.c: enable job lock/unlock and remove Aiocontext locks
Emanuele Giuseppe Esposito
2022-10-07
jobs: use job locks also in the unit tests
Emanuele Giuseppe Esposito
2021-12-28
test-bdrv-drain: don't use BlockJob.blk
Vladimir Sementsov-Ogievskiy
2021-09-29
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
2021-06-29
block: move supports_backing check to bdrv_set_file_or_backing_noperm()
Vladimir Sementsov-Ogievskiy
2021-04-30
block: bdrv_append(): don't consume reference
Vladimir Sementsov-Ogievskiy
2021-03-12
tests: Move unit tests into a separate directory
Thomas Huth