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