index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
blockjob.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
1
-0
/
+1
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-4
/
+4
2015-04-28
blockjob: Allow nested pause
Fam Zheng
1
-6
/
+17
2014-11-03
block: declare blockjobs and dataplane friends!
Stefan Hajnoczi
1
-0
/
+1
2014-11-03
blockjob: add block_job_defer_to_main_loop()
Stefan Hajnoczi
1
-0
/
+45
2014-11-03
blockjob: Add "ready" field
Max Reitz
1
-0
/
+3
2014-11-03
blockjob: Introduce block_job_complete_sync()
Max Reitz
1
-7
/
+32
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
1
-2
/
+2
2014-10-20
block: Eliminate BlockDriverState member device_name[]
Markus Armbruster
1
-1
/
+2
2014-08-29
coroutine: Drop co_sleep_ns
Fam Zheng
1
-1
/
+1
2014-07-09
block: prefer aio_poll to qemu_aio_wait
Paolo Bonzini
1
-1
/
+1
2014-06-27
blockjob: Fix recent BLOCK_JOB_ERROR regression
Markus Armbruster
1
-1
/
+1
2014-06-27
blockjob: Fix recent BLOCK_JOB_READY regression
Markus Armbruster
1
-1
/
+5
2014-06-26
blockjob: Add block_job_yield()
Fam Zheng
1
-0
/
+14
2014-06-23
qapi event: convert other BLOCK_JOB events
Wenchao Xia
1
-16
/
+20
2014-06-23
qapi event: convert BLOCK_IO_ERROR and BLOCK_JOB_ERROR
Wenchao Xia
1
-1
/
+5
2014-06-23
qapi: adjust existing defines
Wenchao Xia
1
-5
/
+6
2014-05-28
block: Move op_blocker check from block_job_create to its caller
Fam Zheng
1
-1
/
+1
2014-05-28
block: Replace in_use with operation blocker
Fam Zheng
1
-5
/
+9
2014-04-25
qerror.h: Replace QERR_NOT_SUPPORTED with QERR_UNSUPPORTED
Cole Robinson
1
-1
/
+1
2014-02-17
Use error_is_set() only when necessary
Markus Armbruster
1
-2
/
+2
2013-10-11
qapi: make use of new BlockJobType
Fam Zheng
1
-2
/
+2
2013-10-11
blockjob: rename BlockJobType to BlockJobDriver
Fam Zheng
1
-11
/
+11
2013-09-06
block: use BDS ref for block jobs
Fam Zheng
1
-0
/
+1
2013-08-22
aio / timers: convert block_job_sleep_ns and co_sleep_ns to new API
Alex Bligh
1
-2
/
+2
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
monitor: move include files to include/monitor/
Paolo Bonzini
1
-1
/
+1
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-4
/
+4
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini
1
-1
/
+1
2012-10-24
iostatus: forward block_job_iostatus_reset to block job
Paolo Bonzini
1
-0
/
+3
2012-10-24
block: introduce BLOCK_JOB_READY event
Paolo Bonzini
1
-0
/
+21
2012-10-24
block: add block-job-complete
Paolo Bonzini
1
-0
/
+10
2012-10-24
block: rename block_job_complete to block_job_completed
Paolo Bonzini
1
-1
/
+1
2012-09-28
block: introduce block job error
Paolo Bonzini
1
-7
/
+56
2012-09-28
block: add support for job pause/resume
Paolo Bonzini
1
-5
/
+30
2012-09-28
qmp: add 'busy' member to BlockJobInfo
Paolo Bonzini
1
-0
/
+1
2012-09-28
block: add block_job_query
Paolo Bonzini
1
-0
/
+11
2012-09-28
block: move job APIs to separate files
Paolo Bonzini
1
-0
/
+163