Age | Commit message (Expand) | Author | Files | Lines |
2019-02-26 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 1 | -0/+32 |
2019-02-25 | test-bdrv-drain: AioContext switch in drained section | Kevin Wolf | 1 | -0/+32 |
2019-02-22 | tests/test-bdrv-drain: use QEMU_IOVEC_INIT_BUF | Vladimir Sementsov-Ogievskiy | 1 | -25/+4 |
2018-10-01 | tests/test-bdrv-drain: Fix too late qemu_event_reset() | Kevin Wolf | 1 | -2/+2 |
2018-09-25 | test-bdrv-drain: Test draining job source child and parent | Kevin Wolf | 1 | -8/+69 |
2018-09-25 | test-bdrv-drain: Fix outdated comments | Kevin Wolf | 1 | -5/+5 |
2018-09-25 | test-bdrv-drain: AIO_WAIT_WHILE() in job .commit/.abort | Kevin Wolf | 1 | -12/+104 |
2018-09-25 | test-bdrv-drain: Test nested poll in bdrv_drain_poll_top_level() | Kevin Wolf | 1 | -0/+13 |
2018-09-25 | test-bdrv-drain: Test AIO_WAIT_WHILE() in completion callback | Kevin Wolf | 1 | -0/+10 |
2018-09-25 | test-bdrv-drain: Drain with block jobs in an I/O thread | Kevin Wolf | 1 | -6/+86 |
2018-08-31 | jobs: utilize job_exit shim | John Snow | 1 | -6/+0 |
2018-08-31 | jobs: canonize Error object | John Snow | 1 | -1/+1 |
2018-08-31 | jobs: change start callback to run callback | John Snow | 1 | -3/+4 |
2018-08-31 | tests: fix bdrv-drain leak | Marc-André Lureau | 1 | -0/+1 |
2018-07-10 | test-bdrv-drain: Test bdrv_append() to drained node | Kevin Wolf | 1 | -0/+43 |
2018-06-18 | test-bdrv-drain: Test graph changes in drain_all section | Kevin Wolf | 1 | -2/+73 |
2018-06-18 | test-bdrv-drain: Test that bdrv_drain_invoke() doesn't poll | Kevin Wolf | 1 | -14/+88 |
2018-06-18 | test-bdrv-drain: Graph change through parent callback | Kevin Wolf | 1 | -0/+130 |
2018-06-18 | test-bdrv-drain: Test node deletion in subtree recursion | Kevin Wolf | 1 | -9/+29 |
2018-06-18 | test-bdrv-drain: Add test for node deletion | Max Reitz | 1 | -0/+169 |
2018-06-18 | block: Really pause block jobs on drain | Kevin Wolf | 1 | -8/+10 |
2018-06-18 | tests/test-bdrv-drain: bdrv_drain_all() works in coroutines now | Kevin Wolf | 1 | -2/+14 |
2018-06-18 | block: Use bdrv_do_drain_begin/end in bdrv_drain_all() | Kevin Wolf | 1 | -10/+4 |
2018-06-18 | test-bdrv-drain: bdrv_drain() works with cross-AioContext events | Kevin Wolf | 1 | -1/+186 |
2018-05-30 | job: Add error message for failing jobs | Kevin Wolf | 1 | -1/+1 |
2018-05-23 | job: Add job_transition_to_ready() | Kevin Wolf | 1 | -1/+1 |
2018-05-23 | job: Move completion and cancellation to Job | Kevin Wolf | 1 | -3/+2 |
2018-05-23 | job: Move .complete callback to Job | Kevin Wolf | 1 | -3/+3 |
2018-05-23 | job: Add job_drain() | Kevin Wolf | 1 | -0/+1 |
2018-05-23 | job: Move pause/resume functions to Job | Kevin Wolf | 1 | -0/+1 |
2018-05-23 | job: Add job_sleep_ns() | Kevin Wolf | 1 | -4/+4 |
2018-05-23 | job: Move coroutine and related code to Job | Kevin Wolf | 1 | -19/+19 |
2018-05-23 | job: Move defer_to_main_loop to Job | Kevin Wolf | 1 | -3/+4 |
2018-05-23 | job: Add reference counting | Kevin Wolf | 1 | -0/+1 |
2018-05-23 | job: Create Job, JobDriver and job_create() | Kevin Wolf | 1 | -1/+3 |
2018-03-19 | blockjobs: add block_job_verb permission table | John Snow | 1 | -0/+1 |
2018-03-19 | blockjobs: model single jobs as transactions | John Snow | 1 | -2/+2 |
2017-12-22 | test-bdrv-drain: Test graph changes in drained section | Kevin Wolf | 1 | -0/+80 |
2017-12-22 | test-bdrv-drain: Recursive draining with multiple parents | Kevin Wolf | 1 | -0/+74 |
2017-12-22 | test-bdrv-drain: Test behaviour in coroutine context | Kevin Wolf | 1 | -0/+59 |
2017-12-22 | test-bdrv-drain: Tests for bdrv_subtree_drain | Kevin Wolf | 1 | -1/+26 |
2017-12-22 | test-bdrv-drain: Test nested drain sections | Kevin Wolf | 1 | -0/+57 |
2017-12-22 | block: Don't block_job_pause_all() in bdrv_drain_all() | Kevin Wolf | 1 | -6/+4 |
2017-12-22 | test-bdrv-drain: Test drain vs. block jobs | Kevin Wolf | 1 | -0/+121 |
2017-12-22 | test-bdrv-drain: Test bs->quiesce_counter | Kevin Wolf | 1 | -0/+45 |
2017-12-22 | test-bdrv-drain: Test callback for bdrv_drain | Kevin Wolf | 1 | -7/+62 |
2017-12-22 | test-bdrv-drain: Test BlockDriver callbacks for drain | Kevin Wolf | 1 | -0/+137 |