summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | qemu-iotests: support per-format golden output filesStefan Hajnoczi2017-07-111-0/+5
| * | | | qemu-img: add measure subcommandStefan Hajnoczi2017-07-113-0/+270
| * | | | qcow2: add bdrv_measure() supportStefan Hajnoczi2017-07-111-0/+137
| * | | | qcow2: extract image creation option parsingStefan Hajnoczi2017-07-111-36/+73
| * | | | qcow2: make refcount size calculation conservativeStefan Hajnoczi2017-07-111-41/+42
| * | | | qcow2: extract preallocation calculation functionStefan Hajnoczi2017-07-111-59/+77
| * | | | raw-format: add bdrv_measure() supportStefan Hajnoczi2017-07-111-0/+26
| * | | | block: add bdrv_measure() APIStefan Hajnoczi2017-07-114-0/+64
| * | | | tests: Avoid non-portable 'echo -ARG'Eric Blake2017-07-119-60/+61
| * | | | iotests: Add test for colon handlingMax Reitz2017-07-113-0/+129
| * | | | iotests: Use absolute paths for executablesMax Reitz2017-07-111-0/+11
| * | | | iotests: chown LUKS device before qemu-io launchesDaniel P. Berrange2017-07-112-179/+177Star
| * | | | iotests: add more LUKS hash combination testsDaniel P. Berrange2017-07-112-8/+484
| * | | | iotests: reduce PBKDF iterations when testing LUKSDaniel P. Berrange2017-07-114-60/+67
| * | | | iotests: fix remainining tests to work with LUKSDaniel P. Berrange2017-07-119-24/+82
| * | | | iotests: skip 159 & 170 with luks formatDaniel P. Berrange2017-07-112-0/+2
| * | | | block: release persistent bitmaps on inactivateVladimir Sementsov-Ogievskiy2017-07-113-6/+28
| * | | | qmp: block-dirty-bitmap-remove: remove persistentVladimir Sementsov-Ogievskiy2017-07-112-1/+12
| * | | | qcow2: add .bdrv_remove_persistent_dirty_bitmapVladimir Sementsov-Ogievskiy2017-07-113-0/+45
| * | | | block/dirty-bitmap: add bdrv_remove_persistent_dirty_bitmapVladimir Sementsov-Ogievskiy2017-07-113-0/+24
| * | | | iotests: test qcow2 persistent dirty bitmapVladimir Sementsov-Ogievskiy2017-07-113-0/+111
| * | | | qmp: add x-debug-block-dirty-bitmap-sha256Vladimir Sementsov-Ogievskiy2017-07-117-1/+78
| * | | | qmp: add autoload parameter to block-dirty-bitmap-addVladimir Sementsov-Ogievskiy2017-07-112-3/+21
| * | | | qmp: add persistent flag to block-dirty-bitmap-addVladimir Sementsov-Ogievskiy2017-07-112-2/+24
| * | | | qcow2: add .bdrv_can_store_new_dirty_bitmapVladimir Sementsov-Ogievskiy2017-07-113-0/+56
| * | | | block: add bdrv_can_store_new_dirty_bitmapVladimir Sementsov-Ogievskiy2017-07-113-0/+29
| * | | | qcow2: store bitmaps on reopening image as read-onlyVladimir Sementsov-Ogievskiy2017-07-113-0/+28
| * | | | qcow2: add persistent dirty bitmaps supportVladimir Sementsov-Ogievskiy2017-07-113-0/+486
| * | | | block/dirty-bitmap: add bdrv_dirty_bitmap_next()Vladimir Sementsov-Ogievskiy2017-07-112-0/+9
| * | | | block: introduce persistent dirty bitmapsVladimir Sementsov-Ogievskiy2017-07-113-0/+34
| * | | | block: bdrv_close: release bitmaps after drv->bdrv_closeVladimir Sementsov-Ogievskiy2017-07-111-3/+3
| * | | | block/dirty-bitmap: add autoload field to BdrvDirtyBitmapVladimir Sementsov-Ogievskiy2017-07-113-0/+22
| * | | | qcow2: support .bdrv_reopen_bitmaps_rwVladimir Sementsov-Ogievskiy2017-07-113-0/+64
| * | | | block: new bdrv_reopen_bitmaps_rw interfaceVladimir Sementsov-Ogievskiy2017-07-112-0/+26
| * | | | block: refactor bdrv_reopen_commitVladimir Sementsov-Ogievskiy2017-07-111-6/+8
| * | | | qcow2: autoloading dirty bitmapsVladimir Sementsov-Ogievskiy2017-07-113-2/+406
| * | | | block/dirty-bitmap: add readonly field to BdrvDirtyBitmapVladimir Sementsov-Ogievskiy2017-07-114-0/+54
| * | | | block/dirty-bitmap: fix comment for BlockDirtyBitmap.disabled fieldVladimir Sementsov-Ogievskiy2017-07-111-1/+2
| * | | | qcow2: add bitmaps extensionVladimir Sementsov-Ogievskiy2017-07-115-6/+593
| * | | | qcow2-refcount: rename inc_refcounts() and make it publicVladimir Sementsov-Ogievskiy2017-07-112-28/+35
| * | | | block/dirty-bitmap: add deserialize_ones funcVladimir Sementsov-Ogievskiy2017-07-114-0/+42
| * | | | block: fix bdrv_dirty_bitmap_granularity signatureVladimir Sementsov-Ogievskiy2017-07-112-2/+2
| * | | | tests: add hbitmap iter testVladimir Sementsov-Ogievskiy2017-07-111-0/+19
| * | | | hbitmap: improve dirty iterVladimir Sementsov-Ogievskiy2017-07-112-23/+26
| * | | | specs/qcow2: do not use wording 'bitmap header'Vladimir Sementsov-Ogievskiy2017-07-111-3/+2Star
| * | | | specs/qcow2: fix bitmap granularity qemu-specific noteVladimir Sementsov-Ogievskiy2017-07-111-2/+1Star
| * | | | mirror: Fix inconsistent backing AioContext for after mirroringsochin.jiang2017-07-111-0/+1
| * | | | iotests: 181 does not work for all formatsMax Reitz2017-07-111-0/+2
| * | | | docs: document encryption options for qcow, qcow2 and luksDaniel P. Berrange2017-07-111-8/+115
| * | | | qcow2: report encryption specific image informationDaniel P. Berrange2017-07-112-2/+57