aboutsummaryrefslogtreecommitdiff
path: root/tests/test-block-iothread.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-02tests: Use error_free_or_abort() where appropriateMarkus Armbruster1-2/+1
2020-05-18block: Use bdrv_default_perms()Max Reitz1-3/+14
2020-04-30block: Add flags to bdrv(_co)_truncate()Kevin Wolf1-3/+3
2020-04-30block: Add flags to BlockDriver.bdrv_co_truncate()Kevin Wolf1-1/+2
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz1-4/+4
2019-09-10job: drop job_drainVladimir Sementsov-Ogievskiy1-1/+0
2019-08-19mirror: Fix bdrv_has_zero_init() useMax Reitz1-1/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-07-19tests: Lock AioContexts in test-block-iothreadMax Reitz1-14/+26
2019-06-04block: Move node without parents to main AioContextKevin Wolf1-2/+1
2019-06-04test-block-iothread: BlockBackend AioContext across root node changeKevin Wolf1-0/+33
2019-06-04test-block-iothread: Test adding parent to iothread nodeKevin Wolf1-0/+33
2019-06-04block: Add BlockBackend.ctxKevin Wolf1-5/+5
2019-06-04block: Add Error to blk_set_aio_context()Kevin Wolf1-11/+11
2019-06-04test-block-iothread: Check filter node in test_propagate_mirrorKevin Wolf1-1/+6
2019-05-20test-block-iothread: Test AioContext propagation for block jobsKevin Wolf1-0/+71
2019-05-20test-block-iothread: Test AioContext propagation through the treeKevin Wolf1-0/+131
2019-05-10test-block-iothread: Job coroutine thread after AioContext switchKevin Wolf1-0/+107
2019-02-01block: Fix hangs in synchronous APIs with iothreadsKevin Wolf1-0/+372