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
/
blockjob.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block/qdev: Allow configuring rerror/werror with qdev properties
Kevin Wolf
2016-07-13
1
-0
/
+1
*
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
2016-07-13
1
-1
/
+1
*
qemu-img: Set the ID of the block job in img_commit()
Alberto Garcia
2016-07-13
1
-6
/
+0
*
blockjob: Add 'job_id' parameter to block_job_create()
Alberto Garcia
2016-07-13
1
-4
/
+25
*
blockjob: Add block_job_get()
Alberto Garcia
2016-07-13
1
-0
/
+13
*
blockjob: Update description of the 'id' field
Alberto Garcia
2016-07-13
1
-1
/
+2
*
blockjob: assert(cb) when create job
Changlong Xie
2016-06-29
1
-0
/
+1
*
blockjob: add AioContext attached callback
Stefan Hajnoczi
2016-06-20
1
-0
/
+38
*
blockjob: add block_job_get_aio_context()
Stefan Hajnoczi
2016-06-20
1
-3
/
+12
*
blockjob: add pause points
Stefan Hajnoczi
2016-06-20
1
-5
/
+33
*
blockjob: rename block_job_is_paused()
Stefan Hajnoczi
2016-06-20
1
-3
/
+3
*
blockjob: move iostatus reset out of block_job_enter()
Stefan Hajnoczi
2016-06-20
1
-1
/
+1
*
block: Prevent sleeping jobs from resuming if they have been paused
Alberto Garcia
2016-06-16
1
-2
/
+4
*
blockjob: Remove BlockJob.bs
Kevin Wolf
2016-05-25
1
-1
/
+0
*
block: Convert block job core to BlockBackend
Kevin Wolf
2016-05-25
1
-17
/
+20
*
block: Cancel jobs first in bdrv_close_all()
Kevin Wolf
2016-05-25
1
-0
/
+13
*
block: keep a list of block jobs
Alberto Garcia
2016-05-25
1
-0
/
+13
*
blockjob: Don't set iostatus of target
Kevin Wolf
2016-05-19
1
-5
/
+1
*
blockjob: Fix hang in block_job_finish_sync
Fam Zheng
2016-02-09
1
-1
/
+5
*
all: Clean up includes
Peter Maydell
2016-02-04
1
-1
/
+1
*
block: Remove unused struct definition BlockFinishData
Fam Zheng
2016-02-02
1
-8
/
+0
*
block: Add block job transactions
Fam Zheng
2015-11-12
1
-2
/
+133
*
blockjob: Simplify block_job_finish_sync
Fam Zheng
2015-11-12
1
-21
/
+7
*
blockjob: Add "completed" and "ret" in BlockJob
Fam Zheng
2015-11-12
1
-0
/
+3
*
blockjob: Introduce reference count and fix reference to job->bs
Fam Zheng
2015-11-12
1
-9
/
+16
*
block: Move I/O status and error actions into BB
Max Reitz
2015-10-23
1
-2
/
+3
*
coroutine: move into libqemuutil.a library
Daniel P. Berrange
2015-10-20
1
-1
/
+1
*
blockjob: Store device name at job creation
Kevin Wolf
2015-10-16
1
-7
/
+8
*
blockjob: add block_job_release function
Ting Wang
2015-07-07
1
-8
/
+12
*
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-06-22
1
-0
/
+1
*
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
2015-06-22
1
-4
/
+4
*
blockjob: Allow nested pause
Fam Zheng
2015-04-28
1
-6
/
+17
*
block: declare blockjobs and dataplane friends!
Stefan Hajnoczi
2014-11-03
1
-0
/
+1
*
blockjob: add block_job_defer_to_main_loop()
Stefan Hajnoczi
2014-11-03
1
-0
/
+45
*
blockjob: Add "ready" field
Max Reitz
2014-11-03
1
-0
/
+3
*
blockjob: Introduce block_job_complete_sync()
Max Reitz
2014-11-03
1
-7
/
+32
*
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
2014-10-20
1
-2
/
+2
*
block: Eliminate BlockDriverState member device_name[]
Markus Armbruster
2014-10-20
1
-1
/
+2
*
coroutine: Drop co_sleep_ns
Fam Zheng
2014-08-29
1
-1
/
+1
*
block: prefer aio_poll to qemu_aio_wait
Paolo Bonzini
2014-07-09
1
-1
/
+1
*
blockjob: Fix recent BLOCK_JOB_ERROR regression
Markus Armbruster
2014-06-27
1
-1
/
+1
*
blockjob: Fix recent BLOCK_JOB_READY regression
Markus Armbruster
2014-06-27
1
-1
/
+5
*
blockjob: Add block_job_yield()
Fam Zheng
2014-06-26
1
-0
/
+14
*
qapi event: convert other BLOCK_JOB events
Wenchao Xia
2014-06-23
1
-16
/
+20
*
qapi event: convert BLOCK_IO_ERROR and BLOCK_JOB_ERROR
Wenchao Xia
2014-06-23
1
-1
/
+5
*
qapi: adjust existing defines
Wenchao Xia
2014-06-23
1
-5
/
+6
*
block: Move op_blocker check from block_job_create to its caller
Fam Zheng
2014-05-28
1
-1
/
+1
*
block: Replace in_use with operation blocker
Fam Zheng
2014-05-28
1
-5
/
+9
*
qerror.h: Replace QERR_NOT_SUPPORTED with QERR_UNSUPPORTED
Cole Robinson
2014-04-25
1
-1
/
+1
*
Use error_is_set() only when necessary
Markus Armbruster
2014-02-17
1
-2
/
+2
[next]