index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
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
*
qcow2: simplify qcow2_cache_put() and qcow2_cache_entry_mark_dirty()
Alberto Garcia
2015-05-22
1
-17
/
+15
*
qcow2: use one single memory block for the L2/refcount cache tables
Alberto Garcia
2015-05-22
4
-39
/
+39
*
vmdk: Fix overflow if l1_size is 0x20000000
Fam Zheng
2015-05-22
1
-1
/
+2
*
vmdk: Fix next_cluster_sector for compressed write
Fam Zheng
2015-05-22
1
-4
/
+10
*
qcow2: Flush pending discards before allocating cluster
Kevin Wolf
2015-05-22
1
-0
/
+5
*
block: get_block_status: use "else" when testing the opposite condition
Paolo Bonzini
2015-05-22
1
-3
/
+1
*
block: Fix NULL deference for unaligned write if qiov is NULL
Fam Zheng
2015-05-22
1
-2
/
+95
*
Revert "block: Fix unaligned zero write"
Fam Zheng
2015-05-22
1
-39
/
+6
*
block: align bounce buffers to page
Denis V. Lunev
2015-05-22
2
-7
/
+8
*
block: minimal bounce buffer alignment
Denis V. Lunev
2015-05-22
2
-1
/
+7
*
block: return EPERM on writes or discards to read-only devices
Paolo Bonzini
2015-05-22
1
-2
/
+2
*
block/parallels: improve image writing performance further
Denis V. Lunev
2015-05-22
1
-20
/
+23
*
block/parallels: optimize linear image expansion
Denis V. Lunev
2015-05-22
1
-10
/
+32
*
block/parallels: add prealloc-mode and prealloc-size open paramemets
Denis V. Lunev
2015-05-22
1
-6
/
+77
*
block/parallels: delay writing to BAT till bdrv_co_flush_to_os
Denis V. Lunev
2015-05-22
1
-6
/
+44
*
block/parallels: create bat_entry_off helper
Denis V. Lunev
2015-05-22
1
-6
/
+9
*
block/parallels: improve image reading performance
Denis V. Lunev
2015-05-22
1
-5
/
+31
*
block/parallels: implement incorrect close detection
Denis V. Lunev
2015-05-22
1
-0
/
+50
*
block/parallels: implement parallels_check method of block driver
Denis V. Lunev
2015-05-22
1
-0
/
+85
*
block/parallels: move parallels_open/probe to the very end of the file
Denis V. Lunev
2015-05-22
1
-93
/
+98
*
block/parallels: read parallels image header and BAT into single buffer
Denis V. Lunev
2015-05-22
1
-7
/
+17
*
block/parallels: keep BAT bitmap data in little endian in memory
Denis V. Lunev
2015-05-22
1
-12
/
+5
*
block/parallels: create bat2sect helper
Denis V. Lunev
2015-05-22
1
-3
/
+9
*
block/parallels: rename catalog_ names to bat_
Denis V. Lunev
2015-05-22
1
-28
/
+30
*
parallels: change copyright information in the image header
Denis V. Lunev
2015-05-22
1
-1
/
+5
*
block/parallels: support parallels image creation
Denis V. Lunev
2015-05-22
1
-0
/
+97
*
block/parallels: _co_writev callback for Parallels format
Denis V. Lunev
2015-05-22
1
-2
/
+88
*
block/parallels: mark parallels format driver as zero inited
Denis V. Lunev
2015-05-22
1
-0
/
+1
*
block/parallels: replace magic constants 4, 64 with proper sizeofs
Denis V. Lunev
2015-05-22
1
-4
/
+4
*
block/parallels: provide _co_readv routine for parallels format driver
Denis V. Lunev
2015-05-22
1
-21
/
+33
*
block/parallels: add get_block_status
Roman Kagan
2015-05-22
1
-0
/
+21
*
block/parallels: read up to cluster end in one go
Roman Kagan
2015-05-22
1
-5
/
+13
*
block/parallels: switch to bdrv_read
Roman Kagan
2015-05-22
1
-9
/
+11
*
block/parallels: rename parallels_header to ParallelsHeader
Denis V. Lunev
2015-05-22
1
-4
/
+4
[prev]
[next]