]> git.proxmox.com Git - mirror_qemu.git/history - tests/test-bdrv-drain.c
job: Move completion and cancellation to Job
[mirror_qemu.git] / tests / test-bdrv-drain.c
2018-05-23 Kevin Wolfjob: Move completion and cancellation to Job
2018-05-23 Kevin Wolfjob: Move .complete callback to Job
2018-05-23 Kevin Wolfjob: Add job_drain()
2018-05-23 Kevin Wolfjob: Move pause/resume functions to Job
2018-05-23 Kevin Wolfjob: Add job_sleep_ns()
2018-05-23 Kevin Wolfjob: Move coroutine and related code to Job
2018-05-23 Kevin Wolfjob: Move defer_to_main_loop to Job
2018-05-23 Kevin Wolfjob: Add reference counting
2018-05-23 Kevin Wolfjob: Create Job, JobDriver and job_create()
2018-03-20 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2018-03-20 Peter MaydellMerge remote-tracking branch 'remotes/vivier/tags/m68k...
2018-03-19 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2018-03-19 John Snowblockjobs: add block_job_verb permission table
2018-03-19 John Snowblockjobs: model single jobs as transactions
2018-01-11 Michael S. TsirkinMerge remote-tracking branch 'origin/master' into HEAD
2018-01-09 Peter MaydellMerge remote-tracking branch 'remotes/xtensa/tags/20180...
2018-01-08 Peter MaydellMerge remote-tracking branch 'remotes/gkurz/tags/for...
2018-01-08 Peter MaydellMerge remote-tracking branch 'remotes/vivier/tags/m68k...
2018-01-08 Peter MaydellMerge remote-tracking branch 'remotes/elmarco/tags...
2018-01-08 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2018-01-08 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2017-12-22 Kevin Wolftest-bdrv-drain: Test graph changes in drained section
2017-12-22 Kevin Wolftest-bdrv-drain: Recursive draining with multiple parents
2017-12-22 Kevin Wolftest-bdrv-drain: Test behaviour in coroutine context
2017-12-22 Kevin Wolftest-bdrv-drain: Tests for bdrv_subtree_drain
2017-12-22 Kevin Wolftest-bdrv-drain: Test nested drain sections
2017-12-22 Kevin Wolfblock: Don't block_job_pause_all() in bdrv_drain_all()
2017-12-22 Kevin Wolftest-bdrv-drain: Test drain vs. block jobs
2017-12-22 Kevin Wolftest-bdrv-drain: Test bs->quiesce_counter
2017-12-22 Kevin Wolftest-bdrv-drain: Test callback for bdrv_drain
2017-12-22 Kevin Wolftest-bdrv-drain: Test BlockDriver callbacks for drain