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
*
block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...
Emanuele Giuseppe Esposito
2022-10-27
1
-1
/
+1
*
job: remove unused functions
Emanuele Giuseppe Esposito
2022-10-07
1
-101
/
+6
*
job.c: enable job lock/unlock and remove Aiocontext locks
Emanuele Giuseppe Esposito
2022-10-07
1
-79
/
+32
*
jobs: protect job.aio_context with BQL and job_mutex
Emanuele Giuseppe Esposito
2022-10-07
1
-0
/
+12
*
job: detect change of aiocontext within job coroutine
Paolo Bonzini
2022-10-07
1
-2
/
+17
*
job: move and update comments from blockjob.c
Emanuele Giuseppe Esposito
2022-10-07
1
-0
/
+16
*
job.c: add job_lock/unlock while keeping job.h intact
Emanuele Giuseppe Esposito
2022-10-07
1
-180
/
+430
*
job.c: API functions not used outside should be static
Emanuele Giuseppe Esposito
2022-10-07
1
-3
/
+19
*
job.c: make job_mutex and job_lock/unlock() public
Emanuele Giuseppe Esposito
2022-10-07
1
-12
/
+23
*
job: add missing coroutine_fn annotations
Paolo Bonzini
2022-10-07
1
-1
/
+1
*
job.h: assertions in the callers of JobDriver function pointers
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+10
*
job.c: add missing notifier initialization
Emanuele Giuseppe Esposito
2021-12-28
1
-0
/
+1
*
mirror: Do not clear .cancelled
Hanna Reitz
2021-10-07
1
-1
/
+3
*
job: Add job_cancel_requested()
Hanna Reitz
2021-10-07
1
-2
/
+12
*
job: Do not soft-cancel after a job is done
Hanna Reitz
2021-10-07
1
-4
/
+21
*
jobs: Give Job.force_cancel more meaning
Hanna Reitz
2021-10-07
1
-1
/
+5
*
job: @force parameter for job_cancel_sync()
Hanna Reitz
2021-10-07
1
-3
/
+15
*
job: Force-cancel jobs in a failed transaction
Hanna Reitz
2021-10-07
1
-1
/
+6
*
job: Context changes in job_completed_txn_abort()
Hanna Reitz
2021-10-07
1
-5
/
+17
*
progressmeter: protect with a mutex
Emanuele Giuseppe Esposito
2021-06-25
1
-0
/
+3
*
mirror: stop cancelling in-flight requests on non-force cancel in READY
Vladimir Sementsov-Ogievskiy
2021-05-14
1
-1
/
+1
*
job: Allow complete for jobs on standby
Max Reitz
2021-04-09
1
-2
/
+2
*
job: add .cancel handler for the driver
Vladimir Sementsov-Ogievskiy
2021-02-12
1
-0
/
+3
*
job: call job_enter from job_pause
Vladimir Sementsov-Ogievskiy
2021-01-26
1
-0
/
+3
*
trace: switch position of headers to what Meson requires
Paolo Bonzini
2020-08-21
1
-1
/
+1
*
job: take each job's lock individually in job_txn_apply
Stefan Reiter
2020-04-07
1
-10
/
+40
*
job: refactor progress to separate object
Vladimir Sementsov-Ogievskiy
2020-03-11
1
-3
/
+3
*
job: drop job_drain
Vladimir Sementsov-Ogievskiy
2019-09-10
1
-11
/
+1
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-1
/
+0
*
blockjob: Fix coroutine thread after AioContext change
Kevin Wolf
2019-05-10
1
-1
/
+1
*
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
[next]