index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
blockjob.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-23
job: Move state transitions to Job
Kevin Wolf
1
-79
/
+23
2018-05-23
job: Maintain a list of all jobs
Kevin Wolf
1
-22
/
+24
2018-05-23
job: Add job_delete()
Kevin Wolf
1
-2
/
+1
2018-05-23
job: Add JobDriver.job_type
Kevin Wolf
1
-9
/
+7
2018-05-23
job: Rename BlockJobType into JobType
Kevin Wolf
1
-3
/
+3
2018-05-23
job: Create Job, JobDriver and job_create()
Kevin Wolf
1
-24
/
+22
2018-05-16
blockjob: do not cancel timer in resume
Stefan Hajnoczi
1
-7
/
+15
2018-05-15
blockjob: Add block_job_driver()
Kevin Wolf
1
-0
/
+5
2018-05-15
blockjob: Introduce block_job_ratelimit_get_delay()
Kevin Wolf
1
-0
/
+9
2018-05-15
blockjob: Implement block_job_set_speed() centrally
Kevin Wolf
1
-8
/
+4
2018-05-15
blockjob: Wrappers for progress counter access
Kevin Wolf
1
-0
/
+10
2018-05-15
blockjob: Fix assertion in block_job_finalize()
Kevin Wolf
1
-1
/
+1
2018-05-15
blockjob: expose error string via query
John Snow
1
-0
/
+2
2018-05-10
blockjob: drop block_job_pause/resume_all()
Stefan Hajnoczi
1
-27
/
+0
2018-04-03
blockjob: use qapi enum helpers
Marc-André Lureau
1
-9
/
+5
2018-04-03
blockjob: leak fix, remove from txn when failing early
Marc-André Lureau
1
-2
/
+12
2018-03-19
block/mirror: change the semantic of 'force' of block-job-cancel
Liang Li
1
-7
/
+9
2018-03-19
blockjobs: Expose manual property
John Snow
1
-0
/
+2
2018-03-19
blockjobs: add block-job-finalize
John Snow
1
-16
/
+44
2018-03-19
blockjobs: add PENDING status and event
John Snow
1
-24
/
+43
2018-03-19
blockjobs: add waiting status
John Snow
1
-17
/
+20
2018-03-19
blockjobs: add prepare callback
John Snow
1
-3
/
+27
2018-03-19
blockjobs: add block_job_txn_apply function
John Snow
1
-9
/
+16
2018-03-19
blockjobs: add commit, abort, clean helpers
John Snow
1
-9
/
+26
2018-03-19
blockjobs: ensure abort is called for cancelled jobs
John Snow
1
-5
/
+16
2018-03-19
blockjobs: add block_job_dismiss
John Snow
1
-2
/
+24
2018-03-19
blockjobs: add NULL state
John Snow
1
-18
/
+32
2018-03-19
blockjobs: add CONCLUDED state
John Snow
1
-15
/
+24
2018-03-19
blockjobs: add ABORTING state
John Snow
1
-13
/
+18
2018-03-19
blockjobs: add block_job_verb permission table
John Snow
1
-9
/
+62
2018-03-19
blockjobs: add state transition table
John Snow
1
-7
/
+33
2018-03-19
blockjobs: add status enum
John Snow
1
-0
/
+9
2018-03-19
blockjobs: model single jobs as transactions
John Snow
1
-9
/
+16
2018-03-19
blockjobs: fix set-speed kick
John Snow
1
-1
/
+1
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
1
-1
/
+1
2018-02-09
Drop superfluous includes of qapi/qmp/qjson.h
Markus Armbruster
1
-1
/
+0
2018-02-09
Include qmp-commands.h exactly where needed
Markus Armbruster
1
-1
/
+0
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-0
/
+1
2017-12-22
blockjob: Pause job on draining any job BDS
Kevin Wolf
1
-13
/
+9
2017-12-18
blockjob: kick jobs on set-speed
John Snow
1
-1
/
+29
2017-12-04
blockjob: Make block_job_pause_all() keep a reference to the jobs
Alberto Garcia
1
-2
/
+5
2017-11-29
blockjob: reimplement block_job_sleep_ns to allow cancellation
Paolo Bonzini
1
-11
/
+52
2017-11-29
blockjob: introduce block_job_do_yield
Paolo Bonzini
1
-8
/
+16
2017-11-29
blockjob: remove clock argument from block_job_sleep_ns
Paolo Bonzini
1
-2
/
+3
2017-11-28
blockjob: Remove the job from the list earlier in block_job_unref()
Alberto Garcia
1
-1
/
+1
2017-11-21
blockjob: do not allow coroutine double entry or entry-after-completion
Jeff Cody
1
-2
/
+5
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
1
-3
/
+3
2017-06-26
fix: avoid an infinite loop or a dangling pointer problem in img_commit
sochin.jiang
1
-2
/
+2
2017-05-24
blockjob: use deferred_to_main_loop to indicate the coroutine has ended
Paolo Bonzini
1
-2
/
+8
2017-05-24
blockjob: reorganize block_job_completed_txn_abort
Paolo Bonzini
1
-13
/
+22
[prev]
[next]