summaryrefslogtreecommitdiffstats
path: root/tests/unit/test-bdrv-drain.c
Commit message (Expand)AuthorAgeFilesLines
* block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...Emanuele Giuseppe Esposito2022-10-271-3/+3
* block: Manipulate bs->file / bs->backing pointers in .attach/.detachVladimir Sementsov-Ogievskiy2022-10-271-6/+4Star
* tests-bdrv-drain: bdrv_replace_test driver: declare supports_backingVladimir Sementsov-Ogievskiy2022-10-271-0/+1
* job.c: enable job lock/unlock and remove Aiocontext locksEmanuele Giuseppe Esposito2022-10-071-2/+2
* jobs: use job locks also in the unit testsEmanuele Giuseppe Esposito2022-10-071-27/+49
* test-bdrv-drain: don't use BlockJob.blkVladimir Sementsov-Ogievskiy2021-12-281-4/+8
* block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy2021-09-291-7/+9
* block: move supports_backing check to bdrv_set_file_or_backing_noperm()Vladimir Sementsov-Ogievskiy2021-06-291-0/+1
* block: bdrv_append(): don't consume referenceVladimir Sementsov-Ogievskiy2021-04-301-1/+1
* tests: Move unit tests into a separate directoryThomas Huth2021-03-121-0/+2230