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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-13
vvfat: Fix qcow write target driver specification
Max Reitz
1
-1
/
+2
2016-07-13
vmdk: fix metadata write regression
Reda Sallahi
1
-7
/
+7
2016-07-13
Improve block job rate limiting for small bandwidth values
Sascha Silbe
3
-17
/
+12
2016-07-13
qcow2: Fix qcow2_get_cluster_offset()
Max Reitz
1
-5
/
+11
2016-07-13
qcow2: Avoid making the L1 table too big
Max Reitz
1
-1
/
+2
2016-07-13
block/qdev: Allow configuring rerror/werror with qdev properties
Kevin Wolf
1
-0
/
+1
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
19
-62
/
+63
2016-07-13
raw-posix: Use qemu_dup
Fam Zheng
1
-9
/
+1
2016-07-13
commit: Add 'job-id' parameter to 'block-commit'
Alberto Garcia
2
-6
/
+7
2016-07-13
stream: Add 'job-id' parameter to 'block-stream'
Alberto Garcia
1
-6
/
+6
2016-07-13
backup: Add 'job-id' parameter to 'blockdev-backup' and 'drive-backup'
Alberto Garcia
1
-4
/
+4
2016-07-13
mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror'
Alberto Garcia
1
-7
/
+8
2016-07-13
blockjob: Add 'job_id' parameter to block_job_create()
Alberto Garcia
4
-4
/
+5
2016-07-13
blockjob: Update description of the 'id' field
Alberto Garcia
1
-1
/
+2
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
1
-1
/
+0
2016-07-06
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-06' into ...
Peter Maydell
2
-21
/
+18
2016-07-06
qapi: Add new visit_complete() function
Eric Blake
1
-5
/
+4
2016-07-06
qmp-output-visitor: Favor new visit_free() function
Eric Blake
1
-1
/
+1
2016-07-06
opts-visitor: Favor new visit_free() function
Eric Blake
1
-16
/
+14
2016-07-06
qapi: Add parameter to visit_end_*
Eric Blake
1
-2
/
+2
2016-07-05
block/qcow2: Don't use cpu_to_*w()
Peter Maydell
3
-10
/
+9
2016-07-05
block: Convert bdrv_co_preadv/pwritev to BdrvChild
Kevin Wolf
10
-33
/
+34
2016-07-05
block: Convert bdrv_prwv_co() to BdrvChild
Kevin Wolf
1
-20
/
+25
2016-07-05
block: Convert bdrv_pwrite_zeroes() to BdrvChild
Kevin Wolf
5
-8
/
+14
2016-07-05
block: Convert bdrv_pwrite(v/_sync) to BdrvChild
Kevin Wolf
14
-65
/
+62
2016-07-05
block: Convert bdrv_pread(v) to BdrvChild
Kevin Wolf
16
-95
/
+102
2016-07-05
block: Convert bdrv_write() to BdrvChild
Kevin Wolf
7
-11
/
+99
2016-07-05
block: Convert bdrv_read() to BdrvChild
Kevin Wolf
4
-8
/
+8
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
2
-2
/
+112
2016-07-05
block: Convert bdrv_co_do_readv/writev to BdrvChild
Kevin Wolf
1
-14
/
+15
2016-07-05
block: Convert bdrv_aio_writev() to BdrvChild
Kevin Wolf
6
-12
/
+12
2016-07-05
block: Convert bdrv_aio_readv() to BdrvChild
Kevin Wolf
6
-12
/
+12
2016-07-05
block: Convert bdrv_co_writev() to BdrvChild
Kevin Wolf
5
-7
/
+7
2016-07-05
block: Convert bdrv_co_readv() to BdrvChild
Kevin Wolf
6
-11
/
+10
2016-07-05
vhdx: Some more BlockBackend use in vhdx_create()
Kevin Wolf
1
-20
/
+21
2016-07-05
blkreplay: Convert to byte-based I/O
Kevin Wolf
1
-8
/
+8
2016-07-05
vvfat: Use BdrvChild for s->qcow
Kevin Wolf
1
-23
/
+43
2016-07-05
block: fix return code for partial write for Linux AIO
Denis V. Lunev
1
-1
/
+1
2016-07-05
block: Use bool as appropriate for BDS members
Eric Blake
8
-10
/
+10
2016-07-05
block: Fix error message style
Eric Blake
1
-2
/
+2
2016-07-05
block: Move request_alignment into BlockLimit
Eric Blake
10
-25
/
+25
2016-07-05
block: Split bdrv_merge_limits() from bdrv_refresh_limits()
Eric Blake
1
-18
/
+13
2016-07-05
block: Drop raw_refresh_limits()
Eric Blake
1
-7
/
+1
2016-07-05
block: Switch discard length bounds to byte-based
Eric Blake
3
-21
/
+16
2016-07-05
block: Switch transfer length bounds to byte-based
Eric Blake
5
-28
/
+34
2016-07-05
block: Set default request_alignment during bdrv_refresh_limits()
Eric Blake
1
-0
/
+3
2016-07-05
block: Set request_alignment during .bdrv_refresh_limits()
Eric Blake
4
-4
/
+24
2016-07-05
raw-win32: Set request_alignment during .bdrv_refresh_limits()
Eric Blake
1
-2
/
+2
[next]