index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-11
qmp: add x-debug-block-dirty-bitmap-sha256
Vladimir Sementsov-Ogievskiy
1
-0
/
+5
2017-07-11
qcow2: add .bdrv_can_store_new_dirty_bitmap
Vladimir Sementsov-Ogievskiy
3
-0
/
+56
2017-07-11
qcow2: store bitmaps on reopening image as read-only
Vladimir Sementsov-Ogievskiy
3
-0
/
+28
2017-07-11
qcow2: add persistent dirty bitmaps support
Vladimir Sementsov-Ogievskiy
3
-0
/
+486
2017-07-11
block/dirty-bitmap: add bdrv_dirty_bitmap_next()
Vladimir Sementsov-Ogievskiy
1
-0
/
+7
2017-07-11
block: introduce persistent dirty bitmaps
Vladimir Sementsov-Ogievskiy
2
-0
/
+30
2017-07-11
block/dirty-bitmap: add autoload field to BdrvDirtyBitmap
Vladimir Sementsov-Ogievskiy
2
-0
/
+20
2017-07-11
qcow2: support .bdrv_reopen_bitmaps_rw
Vladimir Sementsov-Ogievskiy
3
-0
/
+64
2017-07-11
qcow2: autoloading dirty bitmaps
Vladimir Sementsov-Ogievskiy
3
-2
/
+406
2017-07-11
block/dirty-bitmap: add readonly field to BdrvDirtyBitmap
Vladimir Sementsov-Ogievskiy
2
-0
/
+44
2017-07-11
block/dirty-bitmap: fix comment for BlockDirtyBitmap.disabled field
Vladimir Sementsov-Ogievskiy
1
-1
/
+2
2017-07-11
qcow2: add bitmaps extension
Vladimir Sementsov-Ogievskiy
5
-6
/
+593
2017-07-11
qcow2-refcount: rename inc_refcounts() and make it public
Vladimir Sementsov-Ogievskiy
2
-28
/
+35
2017-07-11
block/dirty-bitmap: add deserialize_ones func
Vladimir Sementsov-Ogievskiy
1
-0
/
+7
2017-07-11
block: fix bdrv_dirty_bitmap_granularity signature
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2017-07-11
qcow2: report encryption specific image information
Daniel P. Berrange
1
-1
/
+31
2017-07-11
block: pass option prefix down to crypto layer
Daniel P. Berrange
3
-9
/
+10
2017-07-11
block: remove all encryption handling APIs
Daniel P. Berrange
4
-4
/
+8
2017-07-11
qcow2: add support for LUKS encryption format
Daniel P. Berrange
4
-36
/
+265
2017-07-11
qcow2: convert QCow2 to use QCryptoBlock for encryption
Daniel P. Berrange
3
-120
/
+158
2017-07-11
qcow2: make qcow2_encrypt_sectors encrypt in place
Daniel P. Berrange
3
-15
/
+9
2017-07-11
qcow: convert QCow to use QCryptoBlock for encryption
Daniel P. Berrange
3
-107
/
+121
2017-07-11
qcow: make encrypt_sectors encrypt in place
Daniel P. Berrange
1
-30
/
+15
2017-07-11
block: deprecate "encryption=on" in favor of "encrypt.format=aes"
Daniel P. Berrange
2
-13
/
+52
2017-07-11
qcow: require image size to be > 1 for new images
Daniel P. Berrange
1
-0
/
+6
2017-07-11
block: add ability to set a prefix for opt names
Daniel P. Berrange
2
-28
/
+28
2017-07-11
block: expose crypto option names / defs to other drivers
Daniel P. Berrange
2
-56
/
+117
2017-07-10
block: Make bdrv_is_allocated_above() byte-based
Eric Blake
5
-52
/
+54
2017-07-10
block: Minimize raw use of bds->total_sectors
Eric Blake
1
-8
/
+6
2017-07-10
block: Make bdrv_is_allocated() byte-based
Eric Blake
5
-58
/
+75
2017-07-10
backup: Switch backup_run() to byte-based
Eric Blake
1
-17
/
+15
2017-07-10
backup: Switch backup_do_cow() to byte-based
Eric Blake
1
-36
/
+26
2017-07-10
backup: Switch block_backup.h to byte-based
Eric Blake
2
-20
/
+23
2017-07-10
backup: Switch BackupBlockJob to byte-based
Eric Blake
1
-18
/
+15
2017-07-10
block: Drop unused bdrv_round_sectors_to_clusters()
Eric Blake
1
-21
/
+0
2017-07-10
mirror: Switch mirror_iteration() to byte-based
Eric Blake
1
-59
/
+46
2017-07-10
mirror: Switch mirror_do_read() to byte-based
Eric Blake
1
-41
/
+33
2017-07-10
mirror: Switch mirror_cow_align() to byte-based
Eric Blake
1
-26
/
+37
2017-07-10
mirror: Update signature of mirror_clip_sectors()
Eric Blake
1
-7
/
+8
2017-07-10
mirror: Switch mirror_do_zero_or_discard() to byte-based
Eric Blake
1
-9
/
+11
2017-07-10
mirror: Switch MirrorBlockJob to byte-based
Eric Blake
1
-42
/
+42
2017-07-10
commit: Switch commit_run() to byte-based
Eric Blake
1
-10
/
+6
2017-07-10
commit: Switch commit_populate() to byte-based
Eric Blake
1
-7
/
+8
2017-07-10
stream: Switch stream_run() to byte-based
Eric Blake
1
-13
/
+9
2017-07-10
stream: Drop reached_end for stream_complete()
Eric Blake
1
-3
/
+1
2017-07-10
stream: Switch stream_populate() to byte-based
Eric Blake
1
-5
/
+6
2017-07-10
trace: Show blockjob actions via bytes, not sectors
Eric Blake
5
-24
/
+38
2017-07-10
blockjob: Track job ratelimits via bytes, not sectors
Eric Blake
4
-12
/
+16
2017-07-10
vvfat: change OEM name to 'MSWIN4.1'
Hervé Poussineau
1
-1
/
+1
2017-07-10
vvfat: handle KANJI lead byte 0xe5
Hervé Poussineau
1
-2
/
+7
[next]