index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test-bdrv-drain.c
Age
Commit message (
Expand
)
Author
2018-06-18
test-bdrv-drain: Test graph changes in drain_all section
Kevin Wolf
2018-06-18
test-bdrv-drain: Test that bdrv_drain_invoke() doesn't poll
Kevin Wolf
2018-06-18
test-bdrv-drain: Graph change through parent callback
Kevin Wolf
2018-06-18
test-bdrv-drain: Test node deletion in subtree recursion
Kevin Wolf
2018-06-18
test-bdrv-drain: Add test for node deletion
Max Reitz
2018-06-18
block: Really pause block jobs on drain
Kevin Wolf
2018-06-18
tests/test-bdrv-drain: bdrv_drain_all() works in coroutines now
Kevin Wolf
2018-06-18
block: Use bdrv_do_drain_begin/end in bdrv_drain_all()
Kevin Wolf
2018-06-18
test-bdrv-drain: bdrv_drain() works with cross-AioContext events
Kevin Wolf
2018-05-30
job: Add error message for failing jobs
Kevin Wolf
2018-05-23
job: Add job_transition_to_ready()
Kevin Wolf
2018-05-23
job: Move completion and cancellation to Job
Kevin Wolf
2018-05-23
job: Move .complete callback to Job
Kevin Wolf
2018-05-23
job: Add job_drain()
Kevin Wolf
2018-05-23
job: Move pause/resume functions to Job
Kevin Wolf
2018-05-23
job: Add job_sleep_ns()
Kevin Wolf
2018-05-23
job: Move coroutine and related code to Job
Kevin Wolf
2018-05-23
job: Move defer_to_main_loop to Job
Kevin Wolf
2018-05-23
job: Add reference counting
Kevin Wolf
2018-05-23
job: Create Job, JobDriver and job_create()
Kevin Wolf
2018-03-19
blockjobs: add block_job_verb permission table
John Snow
2018-03-19
blockjobs: model single jobs as transactions
John Snow
2017-12-22
test-bdrv-drain: Test graph changes in drained section
Kevin Wolf
2017-12-22
test-bdrv-drain: Recursive draining with multiple parents
Kevin Wolf
2017-12-22
test-bdrv-drain: Test behaviour in coroutine context
Kevin Wolf
2017-12-22
test-bdrv-drain: Tests for bdrv_subtree_drain
Kevin Wolf
2017-12-22
test-bdrv-drain: Test nested drain sections
Kevin Wolf
2017-12-22
block: Don't block_job_pause_all() in bdrv_drain_all()
Kevin Wolf
2017-12-22
test-bdrv-drain: Test drain vs. block jobs
Kevin Wolf
2017-12-22
test-bdrv-drain: Test bs->quiesce_counter
Kevin Wolf
2017-12-22
test-bdrv-drain: Test callback for bdrv_drain
Kevin Wolf
2017-12-22
test-bdrv-drain: Test BlockDriver callbacks for drain
Kevin Wolf