summaryrefslogtreecommitdiff
path: root/tests/test-blockjob-txn.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-19block/mirror: change the semantic of 'force' of block-job-cancelLiang Li1-4/+4
2018-03-19blockjobs: model single jobs as transactionsJohn Snow1-12/+7
2017-11-29blockjob: remove clock argument from block_job_sleep_nsPaolo Bonzini1-1/+1
2017-05-24blockjob: strengthen a bit test-blockjob-txnPaolo Bonzini1-2/+5
2017-04-11tests/block-job-txn: Don't start block job before adding to txnFam Zheng1-1/+5
2017-02-28blockjob: Add permissions to block_job_create()Kevin Wolf1-3/+3
2017-02-24tests: Use opened block node for block job testsKevin Wolf1-1/+5
2016-11-14blockjob: add block_job_startJohn Snow1-6/+6
2016-11-01blockjobs: split interface into public/private, Part 1John Snow1-1/+1
2016-11-01blockjobs: Allow creating internal jobsJohn Snow1-1/+2
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini1-2/+2
2016-07-13blockjob: Add 'job_id' parameter to block_job_create()Alberto Garcia1-2/+5
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-05-25blockjob: Remove BlockJob.bsKevin Wolf1-1/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-16tests: Clean up includesPeter Maydell1-1/+1
2015-11-12tests: add BlockJobTxn unit testStefan Hajnoczi1-0/+250