summaryrefslogtreecommitdiffstats
path: root/tests/test-block-iothread.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Use error_free_or_abort() where appropriateMarkus Armbruster2020-07-021-2/+1Star
* block: Use bdrv_default_perms()Max Reitz2020-05-181-3/+14
* block: Add flags to bdrv(_co)_truncate()Kevin Wolf2020-04-301-3/+3
* block: Add flags to BlockDriver.bdrv_co_truncate()Kevin Wolf2020-04-301-1/+2
* block: Add @exact parameter to bdrv_co_truncate()Max Reitz2019-10-281-4/+4
* job: drop job_drainVladimir Sementsov-Ogievskiy2019-09-101-1/+0Star
* mirror: Fix bdrv_has_zero_init() useMax Reitz2019-08-191-1/+1
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* tests: Lock AioContexts in test-block-iothreadMax Reitz2019-07-191-14/+26
* block: Move node without parents to main AioContextKevin Wolf2019-06-041-2/+1Star
* test-block-iothread: BlockBackend AioContext across root node changeKevin Wolf2019-06-041-0/+33
* test-block-iothread: Test adding parent to iothread nodeKevin Wolf2019-06-041-0/+33
* block: Add BlockBackend.ctxKevin Wolf2019-06-041-5/+5
* block: Add Error to blk_set_aio_context()Kevin Wolf2019-06-041-11/+11
* test-block-iothread: Check filter node in test_propagate_mirrorKevin Wolf2019-06-041-1/+6
* test-block-iothread: Test AioContext propagation for block jobsKevin Wolf2019-05-201-0/+71
* test-block-iothread: Test AioContext propagation through the treeKevin Wolf2019-05-201-0/+131
* test-block-iothread: Job coroutine thread after AioContext switchKevin Wolf2019-05-101-0/+107
* block: Fix hangs in synchronous APIs with iothreadsKevin Wolf2019-02-011-0/+372