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
*
qemu-img: Implement commit like QMP
Max Reitz
2014-11-03
1
-2
/
+1
*
block/mirror: Improve progress report
Max Reitz
2014-11-03
1
-12
/
+22
*
qcow2: Optimize bdrv_make_empty()
Max Reitz
2014-11-03
2
-1
/
+166
*
qcow2: Implement bdrv_make_empty()
Max Reitz
2014-11-03
1
-0
/
+27
*
qcow2: Allow "full" discard
Max Reitz
2014-11-03
4
-13
/
+20
*
raw-posix: raw_co_get_block_status() return value
Max Reitz
2014-11-03
1
-14
/
+14
*
raw-posix: Fix raw_co_get_block_status() after EOF
Max Reitz
2014-11-03
1
-4
/
+10
*
block/curl: Improve type safety of s->timeout.
Richard W.M. Jones
2014-11-03
1
-2
/
+7
*
snapshot: add bdrv_drain_all() to bdrv_snapshot_delete() to avoid concurrency...
Zhang Haoyu
2014-11-03
1
-0
/
+4
*
rbd: Add support for bdrv_invalidate_cache
Adam Crume
2014-11-03
1
-0
/
+15
*
block/parallels: fix access to not initialized memory in catalog_bitmap
Denis V. Lunev
2014-11-03
1
-1
/
+1
*
block/iscsi: check for oversized requests
Peter Lieven
2014-11-03
1
-0
/
+12
*
block/iscsi: use sector_limits_lun2qemu throughout iscsi_refresh_limits
Peter Lieven
2014-11-03
1
-10
/
+10
*
block/iscsi: set max_transfer_length
Peter Lieven
2014-11-03
1
-2
/
+15
*
block: char devices on FreeBSD are not behind a pager
Roger Pau Monne
2014-10-23
1
-5
/
+21
*
qcow2: Do not overflow when writing an L1 sector
Max Reitz
2014-10-23
1
-2
/
+4
*
qcow2: Drop REFCOUNT_SHIFT
Max Reitz
2014-10-23
3
-21
/
+15
*
qcow2: Clean up after refcount rebuild
Max Reitz
2014-10-23
1
-0
/
+45
*
qcow2: Rebuild refcount structure during check
Max Reitz
2014-10-23
1
-6
/
+305
*
qcow2: Do not perform potentially damaging repairs
Max Reitz
2014-10-23
1
-161
/
+27
*
qcow2: Fix refcount blocks beyond image end
Max Reitz
2014-10-23
1
-4
/
+63
*
qcow2: Reuse refcount table in calculate_refcounts()
Max Reitz
2014-10-23
1
-5
/
+7
*
qcow2: Let inc_refcounts() resize the reftable
Max Reitz
2014-10-23
1
-22
/
+35
*
qcow2: Let inc_refcounts() return -errno
Max Reitz
2014-10-23
1
-31
/
+60
*
qcow2: Split fail code in L1 and L2 checks
Max Reitz
2014-10-23
1
-9
/
+14
*
qcow2: Use int64_t for in-memory reftable size
Max Reitz
2014-10-23
1
-3
/
+3
*
qcow2: Pull check_refblocks() up
Max Reitz
2014-10-23
1
-53
/
+49
*
qcow2: Use sizeof(**refcount_table)
Max Reitz
2014-10-23
1
-1
/
+1
*
qcow2: Split qcow2_check_refcounts()
Max Reitz
2014-10-23
1
-51
/
+102
*
qcow2: Fix leaks in dirty images
Max Reitz
2014-10-23
1
-1
/
+1
*
qcow2: Calculate refcount block entry count
Max Reitz
2014-10-23
2
-0
/
+5
*
block/vdi: Use {DIV_,}ROUND_UP
Max Reitz
2014-10-23
1
-5
/
+4
*
block: Make device model's references to BlockBackend strong
Markus Armbruster
2014-10-20
1
-0
/
+2
*
block: Lift device model API into BlockBackend
Markus Armbruster
2014-10-20
2
-15
/
+144
*
block/qapi: Convert qmp_query_block() to BlockBackend
Markus Armbruster
2014-10-20
1
-7
/
+8
*
blockdev: Fix blockdev-add not to create DriveInfo
Markus Armbruster
2014-10-20
1
-1
/
+1
*
blockdev: Drop superfluous DriveInfo member id
Markus Armbruster
2014-10-20
1
-1
/
+0
*
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-20
1
-0
/
+262
*
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
2014-10-20
22
-70
/
+70
*
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
2014-10-20
17
-132
/
+132
*
block: Merge BlockBackend and BlockDriverState name spaces
Markus Armbruster
2014-10-20
1
-6
/
+11
*
block: Eliminate BlockDriverState member device_name[]
Markus Armbruster
2014-10-20
11
-17
/
+18
*
block: Make BlockBackend own its BlockDriverState
Markus Armbruster
2014-10-20
1
-4
/
+2
*
block: Code motion to get rid of stubs/blockdev.c
Markus Armbruster
2014-10-20
1
-0
/
+13
*
block: Connect BlockBackend and DriveInfo
Markus Armbruster
2014-10-20
1
-0
/
+38
*
block: Connect BlockBackend to BlockDriverState
Markus Armbruster
2014-10-20
1
-3
/
+68
*
block: New BlockBackend
Markus Armbruster
2014-10-20
2
-1
/
+121
*
block: Split bdrv_new_root() off bdrv_new()
Markus Armbruster
2014-10-20
2
-2
/
+2
*
nbd: Fix filename generation
Max Reitz
2014-10-20
1
-15
/
+29
*
block/raw-posix: use seek_hole ahead of fiemap
Tony Breeds
2014-10-20
1
-2
/
+2
[next]