aboutsummaryrefslogtreecommitdiff
path: root/tests/test-bdrv-drain.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-23job: Add job_transition_to_ready()Kevin Wolf1-1/+1
2018-05-23job: Move completion and cancellation to JobKevin Wolf1-3/+2
2018-05-23job: Move .complete callback to JobKevin Wolf1-3/+3
2018-05-23job: Add job_drain()Kevin Wolf1-0/+1
2018-05-23job: Move pause/resume functions to JobKevin Wolf1-0/+1
2018-05-23job: Add job_sleep_ns()Kevin Wolf1-4/+4
2018-05-23job: Move coroutine and related code to JobKevin Wolf1-19/+19
2018-05-23job: Move defer_to_main_loop to JobKevin Wolf1-3/+4
2018-05-23job: Add reference countingKevin Wolf1-0/+1
2018-05-23job: Create Job, JobDriver and job_create()Kevin Wolf1-1/+3
2018-03-19blockjobs: add block_job_verb permission tableJohn Snow1-0/+1
2018-03-19blockjobs: model single jobs as transactionsJohn Snow1-2/+2
2017-12-22test-bdrv-drain: Test graph changes in drained sectionKevin Wolf1-0/+80
2017-12-22test-bdrv-drain: Recursive draining with multiple parentsKevin Wolf1-0/+74
2017-12-22test-bdrv-drain: Test behaviour in coroutine contextKevin Wolf1-0/+59
2017-12-22test-bdrv-drain: Tests for bdrv_subtree_drainKevin Wolf1-1/+26
2017-12-22test-bdrv-drain: Test nested drain sectionsKevin Wolf1-0/+57
2017-12-22block: Don't block_job_pause_all() in bdrv_drain_all()Kevin Wolf1-6/+4
2017-12-22test-bdrv-drain: Test drain vs. block jobsKevin Wolf1-0/+121
2017-12-22test-bdrv-drain: Test bs->quiesce_counterKevin Wolf1-0/+45
2017-12-22test-bdrv-drain: Test callback for bdrv_drainKevin Wolf1-7/+62
2017-12-22test-bdrv-drain: Test BlockDriver callbacks for drainKevin Wolf1-0/+137