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
/
block
/
commit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-14
blockjob: add block_job_start
John Snow
1
-3
/
+2
2016-11-14
blockjob: add .start field
John Snow
1
-1
/
+2
2016-11-01
blockjobs: split interface into public/private, Part 1
John Snow
1
-1
/
+1
2016-11-01
blockjob: centralize QMP event emissions
John Snow
1
-4
/
+4
2016-11-01
blockjobs: Allow creating internal jobs
John Snow
1
-1
/
+1
2016-10-31
block: Block all nodes involved in the block-commit operation
Alberto Garcia
1
-0
/
+14
2016-10-28
block: prepare bdrv_reopen_multiple to release AioContext
Paolo Bonzini
1
-1
/
+1
2016-09-23
commit: Add 'base' to the reopen queue before 'overlay_bs'
Alberto Garcia
1
-4
/
+4
2016-09-20
commit: get the overlay node before manipulating the backing chain
Alberto Garcia
1
-2
/
+1
2016-07-13
Improve block job rate limiting for small bandwidth values
Sascha Silbe
1
-8
/
+5
2016-07-13
commit: Fix use of error handling policy
Kevin Wolf
1
-3
/
+3
2016-07-13
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
1
-2
/
+2
2016-07-13
commit: Add 'job-id' parameter to 'block-commit'
Alberto Garcia
1
-3
/
+4
2016-07-13
blockjob: Add 'job_id' parameter to block_job_create()
Alberto Garcia
1
-1
/
+1
2016-07-05
block: Use BlockBackend for I/O in bdrv_commit()
Kevin Wolf
1
-12
/
+22
2016-07-05
block: Move bdrv_commit() to block/commit.c
Kevin Wolf
1
-0
/
+111
2016-06-16
block: Create the commit block job before reopening any image
Alberto Garcia
1
-5
/
+6
2016-05-25
commit: Use BlockBackend for I/O
Kevin Wolf
1
-20
/
+33
2016-05-19
blockjob: Don't touch BDS iostatus
Kevin Wolf
1
-7
/
+0
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-01-20
block: Clean up includes
Peter Maydell
1
-0
/
+1
2015-11-11
commit: reopen overlay_bs before base
Alberto Garcia
1
-4
/
+4
2015-10-23
block: Move I/O status and error actions into BB
Max Reitz
1
-1
/
+2
2015-09-14
block: Allow specifying driver-specific options to reopen
Kevin Wolf
1
-2
/
+2
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
-1
/
+1
2014-11-03
block: let commit blockjob run in BDS AioContext
Stefan Hajnoczi
1
-26
/
+44
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
1
-1
/
+1
2014-07-01
block: extend block-commit to accept a string for the backing file
Jeff Cody
1
-3
/
+6
2014-04-25
qerror.h: Remove QERR defines that are only used once
Cole Robinson
1
-1
/
+1
2013-12-20
commit: Remove unused check
Fam Zheng
1
-7
/
+1
2013-10-11
qapi: make use of new BlockJobType
Fam Zheng
1
-1
/
+1
2013-10-11
blockjob: rename BlockJobType to BlockJobDriver
Fam Zheng
1
-2
/
+2
2013-09-06
block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinction
Paolo Bonzini
1
-3
/
+3
2013-08-22
aio / timers: convert block_job_sleep_ns and co_sleep_ns to new API
Alex Bligh
1
-1
/
+1
2013-06-28
block: Make BlockJobTypes const
Kevin Wolf
1
-1
/
+1
2013-01-17
block: fix null-pointer bug on error case in block commit
Jeff Cody
1
-4
/
+3
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-2
/
+2
2012-12-11
aio: Get rid of qemu_aio_flush()
Kevin Wolf
1
-1
/
+1
2012-10-24
block: rename block_job_complete to block_job_completed
Paolo Bonzini
1
-1
/
+1
2012-10-24
block: in commit, determine base image from the top image
Jeff Cody
1
-9
/
+0
2012-09-28
iostatus: move BlockdevOnError declaration to QAPI
Paolo Bonzini
1
-7
/
+7
2012-09-28
block: move job APIs to separate files
Paolo Bonzini
1
-0
/
+1
2012-09-28
block: add live block commit functionality
Jeff Cody
1
-0
/
+267