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
*
block: remove redundant check before g_slist_find()
Alberto Garcia
2015-07-02
1
-1
/
+1
*
block/nfs: limit maximum readahead size to 1MB
Peter Lieven
2015-07-02
1
-0
/
+7
*
block/iscsi: restore compatiblity with libiscsi 1.9.0
Peter Lieven
2015-07-02
1
-5
/
+27
*
block: Fix dirty bitmap in bdrv_co_discard
Fam Zheng
2015-07-02
1
-2
/
+2
*
mirror: Do zero write on target if sectors not allocated
Fam Zheng
2015-07-02
1
-2
/
+18
*
qmp: Add optional bool "unmap" to drive-mirror
Fam Zheng
2015-07-02
1
-2
/
+6
*
block: Add bdrv_get_block_status_above
Fam Zheng
2015-07-02
1
-11
/
+45
*
qapi: Rename 'dirty-bitmap' mode to 'incremental'
John Snow
2015-07-02
2
-7
/
+7
*
qcow2: Handle EAGAIN returned from update_refcount
Jindřich Makovička
2015-07-02
1
-10
/
+12
*
block/iscsi: add support for request timeouts
Peter Lieven
2015-07-02
1
-22
/
+65
*
raw-posix: Introduce hdev_is_sg()
Dimitris Aragiorgis
2015-06-23
1
-11
/
+28
*
raw-posix: Use DPRINTF for DEBUG_FLOPPY
Dimitris Aragiorgis
2015-06-23
1
-17
/
+5
*
raw-posix: DPRINTF instead of DEBUG_BLOCK_PRINT
Dimitris Aragiorgis
2015-06-23
1
-8
/
+18
*
Fix migration in case of scsi-generic
Dimitris Aragiorgis
2015-06-23
2
-5
/
+2
*
block: Use bdrv_is_sg() everywhere
Dimitris Aragiorgis
2015-06-23
2
-3
/
+3
*
vvfat: add a label option
Wolfgang Bumiller
2015-06-23
1
-3
/
+22
*
block-backend: Introduce blk_drain()
Alexander Yarygin
2015-06-23
1
-0
/
+5
*
throttle: Check current timers before updating any_timer_armed[]
Alberto Garcia
2015-06-23
1
-2
/
+7
*
block: Let bdrv_drain_all() to call aio_poll() for each AioContext
Alexander Yarygin
2015-06-23
1
-16
/
+26
*
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-06-22
8
-0
/
+8
*
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-22
11
-0
/
+13
*
qerror: Finally unused, clean up
Markus Armbruster
2015-06-22
1
-6
/
+0
*
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
2015-06-22
10
-25
/
+25
*
qobject: Use 'bool' for qbool
Eric Blake
2015-06-22
3
-5
/
+5
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2015-06-15
6
-95
/
+62
|
\
|
*
block: Fix reopen flag inheritance
Kevin Wolf
2015-06-12
1
-26
/
+2
|
*
block: Move flag inheritance to bdrv_open_inherit()
Kevin Wolf
2015-06-12
4
-8
/
+7
|
*
vmdk: Use bdrv_open_image()
Kevin Wolf
2015-06-12
1
-13
/
+21
|
*
quorum: Use bdrv_open_image()
Kevin Wolf
2015-06-12
1
-40
/
+11
|
*
raw-posix: Fix .bdrv_co_get_block_status() for unaligned image size
Kevin Wolf
2015-06-12
1
-2
/
+3
|
*
vmdk: Use vmdk_find_index_in_cluster everywhere
Fam Zheng
2015-06-12
1
-8
/
+2
|
*
vmdk: Fix index_in_cluster calculation in vmdk_co_get_block_status
Fam Zheng
2015-06-12
1
-1
/
+12
|
*
qcow2: Add DEFAULT_L2_CACHE_CLUSTERS
Max Reitz
2015-06-12
2
-3
/
+10
|
*
qcow2: Set MIN_L2_CACHE_SIZE to 2
Max Reitz
2015-06-12
1
-1
/
+2
*
|
throttle: add the name of the ThrottleGroup to BlockDeviceInfo
Alberto Garcia
2015-06-12
1
-0
/
+3
*
|
throttle: acquire the ThrottleGroup lock in bdrv_swap()
Alberto Garcia
2015-06-12
1
-1
/
+30
*
|
throttle: Add throttle group support
Alberto Garcia
2015-06-12
3
-64
/
+230
*
|
throttle: Add throttle group infrastructure
Alberto Garcia
2015-06-12
2
-0
/
+262
*
|
throttle: Extract timers from ThrottleState into a separate structure
Benoît Canet
2015-06-12
1
-10
/
+14
*
|
raw-posix: Fix .bdrv_co_get_block_status() for unaligned image size
Kevin Wolf
2015-06-12
1
-2
/
+3
|
/
*
blkdebug: Simplify passing of Error through qemu_opts_foreach()
Markus Armbruster
2015-06-09
1
-6
/
+4
*
QemuOpts: Convert qemu_opts_foreach() to Error
Markus Armbruster
2015-06-09
1
-3
/
+3
*
QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure
Markus Armbruster
2015-06-08
1
-2
/
+2
*
iscsi: Remove pointless runtime check of macro value
Fam Zheng
2015-06-03
1
-7
/
+0
*
qcow2/qcow: protect against uninitialized encryption key
Daniel P. Berrange
2015-05-22
3
-10
/
+21
*
qcow2: style fixes in qcow2-cache.c
Alberto Garcia
2015-05-22
1
-3
/
+3
*
qcow2: make qcow2_cache_put() a void function
Alberto Garcia
2015-05-22
4
-71
/
+17
*
qcow2: use a hash to look for entries in the L2 cache
Alberto Garcia
2015-05-22
1
-2
/
+7
*
qcow2: remove qcow2_cache_find_entry_to_replace()
Alberto Garcia
2015-05-22
1
-29
/
+16
*
qcow2: use an LRU algorithm to replace entries from the L2 cache
Alberto Garcia
2015-05-22
1
-18
/
+15
[next]