aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/test-bdrv-drain.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-26commit: Allow users to request only format driver names in backing file formatPeter Krempa1-1/+2
2023-12-21block: remove AioContext lockingStefan Hajnoczi1-49/+2
2023-12-21graph-lock: remove AioContext lockingStefan Hajnoczi1-20/+20
2023-11-21block: Fix deadlocks in bdrv_graph_wrunlock()Kevin Wolf1-10/+10
2023-11-08block: Introduce bdrv_co_change_backing_file()Kevin Wolf1-4/+4
2023-11-08block: Protect bs->backing with graph_lockKevin Wolf1-4/+18
2023-11-07block: Mark bdrv_replace_node() GRAPH_WRLOCKKevin Wolf1-0/+6
2023-11-07block: Mark block_job_add_bdrv() GRAPH_WRLOCKKevin Wolf1-0/+3
2023-10-12block: Protect bs->children with graph_lockKevin Wolf1-0/+4
2023-10-12block: Mark drain related functions GRAPH_RDLOCKEmanuele Giuseppe Esposito1-2/+2
2023-10-12test-bdrv-drain: Don't call bdrv_graph_wrlock() in coroutine contextKevin Wolf1-3/+4
2023-09-20test-bdrv-drain: avoid race with BH in IOThread drain testStefan Hajnoczi1-0/+8
2023-09-20block: Mark bdrv_unref_child() GRAPH_WRLOCKKevin Wolf1-2/+6
2023-09-20block: Mark bdrv_attach_child() GRAPH_WRLOCKKevin Wolf1-0/+14
2023-09-20block: Take AioContext lock for bdrv_append() more consistentlyKevin Wolf1-0/+3
2023-05-30aio: remove aio_disable_external() APIStefan Hajnoczi1-1/+0
2023-05-30block: drain from main loop thread in bdrv_co_yield_to_drain()Stefan Hajnoczi1-6/+8
2023-05-19test-bdrv-drain: Call bdrv_co_unref() in coroutine contextKevin Wolf1-1/+1
2023-05-19test-bdrv-drain: Take graph lock more selectivelyKevin Wolf1-2/+2
2023-05-10test-bdrv-drain: Don't modify the graph in coroutinesKevin Wolf1-37/+75
2023-02-23block: Mark public read/write functions GRAPH_RDLOCKKevin Wolf1-9/+11
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster1-1/+1
2022-12-15test-bdrv-drain: Fix incorrrect drain assumptionsKevin Wolf1-0/+18
2022-12-15block: Don't poll in bdrv_replace_child_noperm()Kevin Wolf1-0/+10
2022-12-15block: Call drain callbacks only onceKevin Wolf1-6/+10
2022-12-15block: Remove subtree drainsKevin Wolf1-251/+10
2022-12-15block: Revert .bdrv_drained_begin/end to non-coroutine_fnKevin Wolf1-8/+10
2022-12-15test-bdrv-drain: Don't yield in .bdrv_co_drained_begin/end()Kevin Wolf1-18/+46
2022-10-27block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...Emanuele Giuseppe Esposito1-3/+3
2022-10-27block: Manipulate bs->file / bs->backing pointers in .attach/.detachVladimir Sementsov-Ogievskiy1-6/+4
2022-10-27tests-bdrv-drain: bdrv_replace_test driver: declare supports_backingVladimir Sementsov-Ogievskiy1-0/+1
2022-10-07job.c: enable job lock/unlock and remove Aiocontext locksEmanuele Giuseppe Esposito1-2/+2
2022-10-07jobs: use job locks also in the unit testsEmanuele Giuseppe Esposito1-27/+49
2021-12-28test-bdrv-drain: don't use BlockJob.blkVladimir Sementsov-Ogievskiy1-4/+8
2021-09-29block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy1-7/+9
2021-06-29block: move supports_backing check to bdrv_set_file_or_backing_noperm()Vladimir Sementsov-Ogievskiy1-0/+1
2021-04-30block: bdrv_append(): don't consume referenceVladimir Sementsov-Ogievskiy1-1/+1
2021-03-12tests: Move unit tests into a separate directoryThomas Huth1-0/+2230