aboutsummaryrefslogtreecommitdiff
path: root/tests/test-bdrv-drain.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-0/+32
2019-02-25test-bdrv-drain: AioContext switch in drained sectionKevin Wolf1-0/+32
2019-02-22tests/test-bdrv-drain: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy1-25/+4
2018-10-01tests/test-bdrv-drain: Fix too late qemu_event_reset()Kevin Wolf1-2/+2
2018-09-25test-bdrv-drain: Test draining job source child and parentKevin Wolf1-8/+69
2018-09-25test-bdrv-drain: Fix outdated commentsKevin Wolf1-5/+5
2018-09-25test-bdrv-drain: AIO_WAIT_WHILE() in job .commit/.abortKevin Wolf1-12/+104
2018-09-25test-bdrv-drain: Test nested poll in bdrv_drain_poll_top_level()Kevin Wolf1-0/+13
2018-09-25test-bdrv-drain: Test AIO_WAIT_WHILE() in completion callbackKevin Wolf1-0/+10
2018-09-25test-bdrv-drain: Drain with block jobs in an I/O threadKevin Wolf1-6/+86
2018-08-31jobs: utilize job_exit shimJohn Snow1-6/+0
2018-08-31jobs: canonize Error objectJohn Snow1-1/+1
2018-08-31jobs: change start callback to run callbackJohn Snow1-3/+4
2018-08-31tests: fix bdrv-drain leakMarc-André Lureau1-0/+1
2018-07-10test-bdrv-drain: Test bdrv_append() to drained nodeKevin Wolf1-0/+43
2018-06-18test-bdrv-drain: Test graph changes in drain_all sectionKevin Wolf1-2/+73
2018-06-18test-bdrv-drain: Test that bdrv_drain_invoke() doesn't pollKevin Wolf1-14/+88
2018-06-18test-bdrv-drain: Graph change through parent callbackKevin Wolf1-0/+130
2018-06-18test-bdrv-drain: Test node deletion in subtree recursionKevin Wolf1-9/+29
2018-06-18test-bdrv-drain: Add test for node deletionMax Reitz1-0/+169
2018-06-18block: Really pause block jobs on drainKevin Wolf1-8/+10
2018-06-18tests/test-bdrv-drain: bdrv_drain_all() works in coroutines nowKevin Wolf1-2/+14
2018-06-18block: Use bdrv_do_drain_begin/end in bdrv_drain_all()Kevin Wolf1-10/+4
2018-06-18test-bdrv-drain: bdrv_drain() works with cross-AioContext eventsKevin Wolf1-1/+186
2018-05-30job: Add error message for failing jobsKevin Wolf1-1/+1
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