aboutsummaryrefslogtreecommitdiff
path: root/blockjob.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-23job: Add reference countingKevin Wolf1-27/+21
2018-05-23job: Move state transitions to JobKevin Wolf1-79/+23
2018-05-23job: Maintain a list of all jobsKevin Wolf1-22/+24
2018-05-23job: Add job_delete()Kevin Wolf1-2/+1
2018-05-23job: Add JobDriver.job_typeKevin Wolf1-9/+7
2018-05-23job: Rename BlockJobType into JobTypeKevin Wolf1-3/+3
2018-05-23job: Create Job, JobDriver and job_create()Kevin Wolf1-24/+22
2018-05-16blockjob: do not cancel timer in resumeStefan Hajnoczi1-7/+15
2018-05-15blockjob: Add block_job_driver()Kevin Wolf1-0/+5
2018-05-15blockjob: Introduce block_job_ratelimit_get_delay()Kevin Wolf1-0/+9
2018-05-15blockjob: Implement block_job_set_speed() centrallyKevin Wolf1-8/+4
2018-05-15blockjob: Wrappers for progress counter accessKevin Wolf1-0/+10
2018-05-15blockjob: Fix assertion in block_job_finalize()Kevin Wolf1-1/+1
2018-05-15blockjob: expose error string via queryJohn Snow1-0/+2
2018-05-10blockjob: drop block_job_pause/resume_all()Stefan Hajnoczi1-27/+0
2018-04-03blockjob: use qapi enum helpersMarc-André Lureau1-9/+5
2018-04-03blockjob: leak fix, remove from txn when failing earlyMarc-André Lureau1-2/+12
2018-03-19block/mirror: change the semantic of 'force' of block-job-cancelLiang Li1-7/+9
2018-03-19blockjobs: Expose manual propertyJohn Snow1-0/+2
2018-03-19blockjobs: add block-job-finalizeJohn Snow1-16/+44
2018-03-19blockjobs: add PENDING status and eventJohn Snow1-24/+43
2018-03-19blockjobs: add waiting statusJohn Snow1-17/+20
2018-03-19blockjobs: add prepare callbackJohn Snow1-3/+27
2018-03-19blockjobs: add block_job_txn_apply functionJohn Snow1-9/+16
2018-03-19blockjobs: add commit, abort, clean helpersJohn Snow1-9/+26
2018-03-19blockjobs: ensure abort is called for cancelled jobsJohn Snow1-5/+16
2018-03-19blockjobs: add block_job_dismissJohn Snow1-2/+24
2018-03-19blockjobs: add NULL stateJohn Snow1-18/+32
2018-03-19blockjobs: add CONCLUDED stateJohn Snow1-15/+24
2018-03-19blockjobs: add ABORTING stateJohn Snow1-13/+18
2018-03-19blockjobs: add block_job_verb permission tableJohn Snow1-9/+62
2018-03-19blockjobs: add state transition tableJohn Snow1-7/+33
2018-03-19blockjobs: add status enumJohn Snow1-0/+9
2018-03-19blockjobs: model single jobs as transactionsJohn Snow1-9/+16
2018-03-19blockjobs: fix set-speed kickJohn Snow1-1/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2018-02-09Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster1-1/+0
2018-02-09Include qmp-commands.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2017-12-22blockjob: Pause job on draining any job BDSKevin Wolf1-13/+9
2017-12-18blockjob: kick jobs on set-speedJohn Snow1-1/+29
2017-12-04blockjob: Make block_job_pause_all() keep a reference to the jobsAlberto Garcia1-2/+5
2017-11-29blockjob: reimplement block_job_sleep_ns to allow cancellationPaolo Bonzini1-11/+52
2017-11-29blockjob: introduce block_job_do_yieldPaolo Bonzini1-8/+16
2017-11-29blockjob: remove clock argument from block_job_sleep_nsPaolo Bonzini1-2/+3
2017-11-28blockjob: Remove the job from the list earlier in block_job_unref()Alberto Garcia1-1/+1
2017-11-21blockjob: do not allow coroutine double entry or entry-after-completionJeff Cody1-2/+5
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster1-3/+3
2017-06-26fix: avoid an infinite loop or a dangling pointer problem in img_commitsochin.jiang1-2/+2
2017-05-24blockjob: use deferred_to_main_loop to indicate the coroutine has endedPaolo Bonzini1-2/+8