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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-11
raw-format: add bdrv_measure() support
Stefan Hajnoczi
1
-0
/
+26
2017-07-11
block: add bdrv_measure() API
Stefan Hajnoczi
4
-0
/
+64
2017-07-11
tests: Avoid non-portable 'echo -ARG'
Eric Blake
9
-60
/
+61
2017-07-11
iotests: Add test for colon handling
Max Reitz
3
-0
/
+129
2017-07-11
iotests: Use absolute paths for executables
Max Reitz
1
-0
/
+11
2017-07-11
iotests: chown LUKS device before qemu-io launches
Daniel P. Berrange
2
-179
/
+177
2017-07-11
iotests: add more LUKS hash combination tests
Daniel P. Berrange
2
-8
/
+484
2017-07-11
iotests: reduce PBKDF iterations when testing LUKS
Daniel P. Berrange
4
-60
/
+67
2017-07-11
iotests: fix remainining tests to work with LUKS
Daniel P. Berrange
9
-24
/
+82
2017-07-11
iotests: skip 159 & 170 with luks format
Daniel P. Berrange
2
-0
/
+2
2017-07-11
block: release persistent bitmaps on inactivate
Vladimir Sementsov-Ogievskiy
3
-6
/
+28
2017-07-11
qmp: block-dirty-bitmap-remove: remove persistent
Vladimir Sementsov-Ogievskiy
2
-1
/
+12
2017-07-11
qcow2: add .bdrv_remove_persistent_dirty_bitmap
Vladimir Sementsov-Ogievskiy
3
-0
/
+45
2017-07-11
block/dirty-bitmap: add bdrv_remove_persistent_dirty_bitmap
Vladimir Sementsov-Ogievskiy
3
-0
/
+24
2017-07-11
iotests: test qcow2 persistent dirty bitmap
Vladimir Sementsov-Ogievskiy
3
-0
/
+111
2017-07-11
qmp: add x-debug-block-dirty-bitmap-sha256
Vladimir Sementsov-Ogievskiy
7
-1
/
+78
2017-07-11
qmp: add autoload parameter to block-dirty-bitmap-add
Vladimir Sementsov-Ogievskiy
2
-3
/
+21
2017-07-11
qmp: add persistent flag to block-dirty-bitmap-add
Vladimir Sementsov-Ogievskiy
2
-2
/
+24
2017-07-11
qcow2: add .bdrv_can_store_new_dirty_bitmap
Vladimir Sementsov-Ogievskiy
3
-0
/
+56
2017-07-11
block: add bdrv_can_store_new_dirty_bitmap
Vladimir Sementsov-Ogievskiy
3
-0
/
+29
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
2
-0
/
+9
2017-07-11
block: introduce persistent dirty bitmaps
Vladimir Sementsov-Ogievskiy
3
-0
/
+34
2017-07-11
block: bdrv_close: release bitmaps after drv->bdrv_close
Vladimir Sementsov-Ogievskiy
1
-3
/
+3
2017-07-11
block/dirty-bitmap: add autoload field to BdrvDirtyBitmap
Vladimir Sementsov-Ogievskiy
3
-0
/
+22
2017-07-11
qcow2: support .bdrv_reopen_bitmaps_rw
Vladimir Sementsov-Ogievskiy
3
-0
/
+64
2017-07-11
block: new bdrv_reopen_bitmaps_rw interface
Vladimir Sementsov-Ogievskiy
2
-0
/
+26
2017-07-11
block: refactor bdrv_reopen_commit
Vladimir Sementsov-Ogievskiy
1
-6
/
+8
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
4
-0
/
+54
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
4
-0
/
+42
2017-07-11
block: fix bdrv_dirty_bitmap_granularity signature
Vladimir Sementsov-Ogievskiy
2
-2
/
+2
2017-07-11
tests: add hbitmap iter test
Vladimir Sementsov-Ogievskiy
1
-0
/
+19
2017-07-11
hbitmap: improve dirty iter
Vladimir Sementsov-Ogievskiy
2
-23
/
+26
2017-07-11
specs/qcow2: do not use wording 'bitmap header'
Vladimir Sementsov-Ogievskiy
1
-3
/
+2
2017-07-11
specs/qcow2: fix bitmap granularity qemu-specific note
Vladimir Sementsov-Ogievskiy
1
-2
/
+1
2017-07-11
mirror: Fix inconsistent backing AioContext for after mirroring
sochin.jiang
1
-0
/
+1
2017-07-11
iotests: 181 does not work for all formats
Max Reitz
1
-0
/
+2
2017-07-11
docs: document encryption options for qcow, qcow2 and luks
Daniel P. Berrange
1
-8
/
+115
2017-07-11
qcow2: report encryption specific image information
Daniel P. Berrange
2
-2
/
+57
2017-07-11
block: pass option prefix down to crypto layer
Daniel P. Berrange
9
-20
/
+37
2017-07-11
block: remove all encryption handling APIs
Daniel P. Berrange
12
-159
/
+16
2017-07-11
block: rip out all traces of password prompting
Daniel P. Berrange
10
-269
/
+2
2017-07-11
iotests: enable tests 134 and 158 to work with qcow (v1)
Daniel P. Berrange
2
-2
/
+2
2017-07-11
qcow2: add iotests to cover LUKS encryption support
Daniel P. Berrange
7
-2
/
+255
2017-07-11
qcow2: add support for LUKS encryption format
Daniel P. Berrange
6
-92
/
+484
[next]