aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-14tests: Handle $RANDOM not being supported by the shellivshmemPeter Maydell
2017-07-13configure: Don't build ivshmem tools unless CONFIG_IVSHMEM is setKamil Rytarowski
2017-07-13configure: Use an explicit CONFIG_IVSHMEM rather than CONFIG_EVENTFDKamil Rytarowski
2017-07-13configure: Rename CONFIG_IVSHMEM to CONFIG_IVSHMEM_DEVICEPeter Maydell
2017-07-13Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2017-07-11' in...Peter Maydell
2017-07-13Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170711' into stagingPeter Maydell
2017-07-13Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170711'...Peter Maydell
2017-07-11Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2017-07-11iotests: Add preallocated growth test for qcow2Max Reitz
2017-07-11iotests: Add preallocated resize test for rawMax Reitz
2017-07-11block/qcow2: falloc/full preallocating growthMax Reitz
2017-07-11block/qcow2: Rename "fail_block" to just "fail"Max Reitz
2017-07-11block/qcow2: Add qcow2_refcount_area()Max Reitz
2017-07-11block/qcow2: Metadata preallocation for truncateMax Reitz
2017-07-11block/qcow2: Lock s->lock in preallocate()Max Reitz
2017-07-11block/qcow2: Generalize preallocate()Max Reitz
2017-07-11block/file-posix: Preallocation for truncateMax Reitz
2017-07-11block/file-posix: Generalize raw_regular_truncateMax Reitz
2017-07-11block/file-posix: Extract raw_regular_truncate()Max Reitz
2017-07-11block/file-posix: Small fixes in raw_create()Max Reitz
2017-07-11qemu-img: Expose PreallocMode for resizingMax Reitz
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz
2017-07-11block: Add PreallocMode to bdrv_truncate()Max Reitz
2017-07-11block: Add PreallocMode to BD.bdrv_truncate()Max Reitz
2017-07-11iotests: add test 178 for qemu-img measureStefan Hajnoczi
2017-07-11qemu-iotests: support per-format golden output filesStefan Hajnoczi
2017-07-11qemu-img: add measure subcommandStefan Hajnoczi
2017-07-11qcow2: add bdrv_measure() supportStefan Hajnoczi
2017-07-11qcow2: extract image creation option parsingStefan Hajnoczi
2017-07-11qcow2: make refcount size calculation conservativeStefan Hajnoczi
2017-07-11qcow2: extract preallocation calculation functionStefan Hajnoczi
2017-07-11raw-format: add bdrv_measure() supportStefan Hajnoczi
2017-07-11block: add bdrv_measure() APIStefan Hajnoczi
2017-07-11tests: Avoid non-portable 'echo -ARG'Eric Blake
2017-07-11iotests: Add test for colon handlingMax Reitz
2017-07-11iotests: Use absolute paths for executablesMax Reitz
2017-07-11iotests: chown LUKS device before qemu-io launchesDaniel P. Berrange
2017-07-11iotests: add more LUKS hash combination testsDaniel P. Berrange
2017-07-11iotests: reduce PBKDF iterations when testing LUKSDaniel P. Berrange
2017-07-11iotests: fix remainining tests to work with LUKSDaniel P. Berrange
2017-07-11iotests: skip 159 & 170 with luks formatDaniel P. Berrange
2017-07-11block: release persistent bitmaps on inactivateVladimir Sementsov-Ogievskiy
2017-07-11qmp: block-dirty-bitmap-remove: remove persistentVladimir Sementsov-Ogievskiy
2017-07-11qcow2: add .bdrv_remove_persistent_dirty_bitmapVladimir Sementsov-Ogievskiy
2017-07-11block/dirty-bitmap: add bdrv_remove_persistent_dirty_bitmapVladimir Sementsov-Ogievskiy
2017-07-11iotests: test qcow2 persistent dirty bitmapVladimir Sementsov-Ogievskiy
2017-07-11qmp: add x-debug-block-dirty-bitmap-sha256Vladimir Sementsov-Ogievskiy
2017-07-11qmp: add autoload parameter to block-dirty-bitmap-addVladimir Sementsov-Ogievskiy
2017-07-11qmp: add persistent flag to block-dirty-bitmap-addVladimir Sementsov-Ogievskiy
2017-07-11qcow2: add .bdrv_can_store_new_dirty_bitmapVladimir Sementsov-Ogievskiy