index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
job.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
job: Fix off-by-one assert checks for JobSTT and JobVerbTable
Liam Merwick
2018-11-12
1
-2
/
+2
*
block: Use a single global AioWait
Kevin Wolf
2018-09-25
1
-2
/
+1
*
job: Avoid deadlocks in job_completed_txn_abort()
Kevin Wolf
2018-09-25
1
-5
/
+11
*
blockjob: Lie better in child_job_drained_poll()
Kevin Wolf
2018-09-25
1
-1
/
+10
*
job: Use AIO_WAIT_WHILE() in job_finish_sync()
Kevin Wolf
2018-09-25
1
-8
/
+6
*
blockjob: Wake up BDS when job becomes idle
Kevin Wolf
2018-09-25
1
-0
/
+7
*
job: Fix missing locking due to mismerge
Kevin Wolf
2018-09-25
1
-0
/
+4
*
job: Fix nested aio_poll() hanging in job_txn_apply
Fam Zheng
2018-09-25
1
-13
/
+5
*
jobs: remove .exit callback
John Snow
2018-09-25
1
-43
/
+34
*
Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2018-08-31-v2' ...
Peter Maydell
2018-09-24
1
-48
/
+25
|
\
|
*
jobs: remove job_defer_to_main_loop
John Snow
2018-08-31
1
-38
/
+2
|
*
jobs: remove ret argument to job_completed; privatize it
John Snow
2018-08-31
1
-5
/
+6
|
*
jobs: add exit shim
John Snow
2018-08-31
1
-0
/
+18
|
*
jobs: canonize Error object
John Snow
2018-08-31
1
-12
/
+6
|
*
jobs: change start callback to run callback
John Snow
2018-08-31
1
-3
/
+3
*
|
qapi: Drop qapi_event_send_FOO()'s Error ** argument
Peter Xu
2018-08-28
1
-1
/
+1
|
/
*
block: for jobs, do not clear user_paused until after the resume
Jeff Cody
2018-08-21
1
-1
/
+1
*
job: Add job_progress_increase_remaining()
Max Reitz
2018-06-18
1
-0
/
+5
*
job: Add error message for failing jobs
Kevin Wolf
2018-05-30
1
-2
/
+14
*
job: Add query-jobs QMP command
Kevin Wolf
2018-05-23
1
-1
/
+1
*
job: Add JOB_STATUS_CHANGE QMP event
Kevin Wolf
2018-05-23
1
-0
/
+10
*
job: Move progress fields to Job
Kevin Wolf
2018-05-23
1
-0
/
+10
*
job: Add job_transition_to_ready()
Kevin Wolf
2018-05-23
1
-3
/
+13
*
job: Add job_is_ready()
Kevin Wolf
2018-05-23
1
-0
/
+22
*
job: Add job_dismiss()
Kevin Wolf
2018-05-23
1
-1
/
+14
*
job: Add job_yield()
Kevin Wolf
2018-05-23
1
-2
/
+18
*
job: Move completion and cancellation to Job
Kevin Wolf
2018-05-23
1
-8
/
+76
*
job: Move transactions to Job
Kevin Wolf
2018-05-23
1
-8
/
+226
*
job: Move job_finish_sync() to Job
Kevin Wolf
2018-05-23
1
-0
/
+28
*
job: Move .complete callback to Job
Kevin Wolf
2018-05-23
1
-0
/
+16
*
job: Add job_drain()
Kevin Wolf
2018-05-23
1
-0
/
+11
*
job: Move single job finalisation to Job
Kevin Wolf
2018-05-23
1
-2
/
+98
*
job: Add job_event_*()
Kevin Wolf
2018-05-23
1
-0
/
+19
*
job: Move BlockJobCreateFlags to Job
Kevin Wolf
2018-05-23
1
-1
/
+10
*
job: Replace BlockJob.completed with job_is_completed()
Kevin Wolf
2018-05-23
1
-0
/
+22
*
job: Move pause/resume functions to Job
Kevin Wolf
2018-05-23
1
-0
/
+59
*
job: Add job_sleep_ns()
Kevin Wolf
2018-05-23
1
-0
/
+32
*
job: Move coroutine and related code to Job
Kevin Wolf
2018-05-23
1
-0
/
+137
*
job: Move defer_to_main_loop to Job
Kevin Wolf
2018-05-23
1
-0
/
+32
*
job: Add Job.aio_context
Kevin Wolf
2018-05-23
1
-1
/
+3
*
job: Move cancelled to Job
Kevin Wolf
2018-05-23
1
-0
/
+5
*
job: Add reference counting
Kevin Wolf
2018-05-23
1
-4
/
+18
*
job: Move state transitions to Job
Kevin Wolf
2018-05-23
1
-0
/
+56
*
job: Maintain a list of all jobs
Kevin Wolf
2018-05-23
1
-0
/
+31
*
job: Add job_delete()
Kevin Wolf
2018-05-23
1
-0
/
+6
*
job: Add JobDriver.job_type
Kevin Wolf
2018-05-23
1
-0
/
+10
*
job: Create Job, JobDriver and job_create()
Kevin Wolf
2018-05-23
1
-0
/
+48