summaryrefslogtreecommitdiffstats
path: root/tests/test-bdrv-drain.c
Commit message (Expand)AuthorAgeFilesLines
* test-bdrv-drain: Test graph changes in drain_all sectionKevin Wolf2018-06-181-2/+73
* test-bdrv-drain: Test that bdrv_drain_invoke() doesn't pollKevin Wolf2018-06-181-14/+88
* test-bdrv-drain: Graph change through parent callbackKevin Wolf2018-06-181-0/+130
* test-bdrv-drain: Test node deletion in subtree recursionKevin Wolf2018-06-181-9/+29
* test-bdrv-drain: Add test for node deletionMax Reitz2018-06-181-0/+169
* block: Really pause block jobs on drainKevin Wolf2018-06-181-8/+10
* tests/test-bdrv-drain: bdrv_drain_all() works in coroutines nowKevin Wolf2018-06-181-2/+14
* block: Use bdrv_do_drain_begin/end in bdrv_drain_all()Kevin Wolf2018-06-181-10/+4Star
* test-bdrv-drain: bdrv_drain() works with cross-AioContext eventsKevin Wolf2018-06-181-1/+186
* job: Add error message for failing jobsKevin Wolf2018-05-301-1/+1
* job: Add job_transition_to_ready()Kevin Wolf2018-05-231-1/+1
* job: Move completion and cancellation to JobKevin Wolf2018-05-231-3/+2Star
* job: Move .complete callback to JobKevin Wolf2018-05-231-3/+3
* job: Add job_drain()Kevin Wolf2018-05-231-0/+1
* job: Move pause/resume functions to JobKevin Wolf2018-05-231-0/+1
* job: Add job_sleep_ns()Kevin Wolf2018-05-231-4/+4
* job: Move coroutine and related code to JobKevin Wolf2018-05-231-19/+19
* job: Move defer_to_main_loop to JobKevin Wolf2018-05-231-3/+4
* job: Add reference countingKevin Wolf2018-05-231-0/+1
* job: Create Job, JobDriver and job_create()Kevin Wolf2018-05-231-1/+3
* blockjobs: add block_job_verb permission tableJohn Snow2018-03-191-0/+1
* blockjobs: model single jobs as transactionsJohn Snow2018-03-191-2/+2
* test-bdrv-drain: Test graph changes in drained sectionKevin Wolf2017-12-221-0/+80
* test-bdrv-drain: Recursive draining with multiple parentsKevin Wolf2017-12-221-0/+74
* test-bdrv-drain: Test behaviour in coroutine contextKevin Wolf2017-12-221-0/+59
* test-bdrv-drain: Tests for bdrv_subtree_drainKevin Wolf2017-12-221-1/+26
* test-bdrv-drain: Test nested drain sectionsKevin Wolf2017-12-221-0/+57
* block: Don't block_job_pause_all() in bdrv_drain_all()Kevin Wolf2017-12-221-6/+4Star
* test-bdrv-drain: Test drain vs. block jobsKevin Wolf2017-12-221-0/+121
* test-bdrv-drain: Test bs->quiesce_counterKevin Wolf2017-12-221-0/+45
* test-bdrv-drain: Test callback for bdrv_drainKevin Wolf2017-12-221-7/+62
* test-bdrv-drain: Test BlockDriver callbacks for drainKevin Wolf2017-12-221-0/+137