aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-08block: Drop unused .bdrv_has_zero_init_truncateEric Blake12-45/+0
2020-05-08vhdx: Rework truncation logicEric Blake1-38/+51
2020-05-08parallels: Rework truncation logicEric Blake1-9/+16
2020-05-08ssh: Support BDRV_REQ_ZERO_WRITE for truncateEric Blake1-0/+4
2020-05-08sheepdog: Support BDRV_REQ_ZERO_WRITE for truncateEric Blake1-0/+1
2020-05-08rbd: Support BDRV_REQ_ZERO_WRITE for truncateEric Blake1-0/+3
2020-05-08nfs: Support BDRV_REQ_ZERO_WRITE for truncateEric Blake1-0/+3
2020-05-08file-win32: Support BDRV_REQ_ZERO_WRITE for truncateEric Blake1-0/+3
2020-05-08gluster: Drop useless has_zero_init callbackEric Blake1-14/+0
2020-05-08qcow2: Fix preallocation on block devicesMax Reitz1-2/+8
2020-05-08iotests/055: Use cache.no-flush for vmdk targetKevin Wolf1-4/+7
2020-05-08iotests: Backup with different source/target sizeKevin Wolf2-4/+41
2020-05-08backup: Make sure that source and target size matchKevin Wolf2-6/+22
2020-05-08backup: Improve error for bdrv_getlength() failureKevin Wolf1-2/+2
2020-05-08iotests/283: Use consistent size for source and targetKevin Wolf2-2/+6
2020-05-08iotests: vmdk: Enable zeroed_grained=on by defaultKevin Wolf2-3/+6
2020-05-08vmdk: Flush only once in vmdk_L2update()Kevin Wolf1-2/+5
2020-05-08vmdk: Don't update L2 table for zero write on zero clusterKevin Wolf1-1/+1
2020-05-08vmdk: Fix partial overwrite of zero clusterKevin Wolf1-6/+12
2020-05-08vmdk: Fix zero cluster allocationKevin Wolf1-5/+7
2020-05-08vmdk: Rename VmdkMetaData.valid to new_allocationKevin Wolf1-4/+4
2020-05-08qcow2: Avoid integer wraparound in qcow2_co_truncate()Alberto Garcia4-5/+105
2020-05-08iotests/113: mark bochs as required to support whitelistingVladimir Sementsov-Ogievskiy1-2/+2
2020-05-08iotests/109: mark required formats as required to support whitelistingVladimir Sementsov-Ogievskiy1-0/+1
2020-05-08iotests/055: skip vmdk target tests if vmdk is not whitelistedVladimir Sementsov-Ogievskiy1-0/+4
2020-05-08iotests/055: refactor compressed backup to vmdkVladimir Sementsov-Ogievskiy2-35/+39
2020-05-08iotests/041: drop self.assert_no_active_block_jobs()Vladimir Sementsov-Ogievskiy1-8/+0
2020-05-08iotests/148: use skip_if_unsupportedVladimir Sementsov-Ogievskiy1-0/+1
2020-05-08iotests/082: require bochsVladimir Sementsov-Ogievskiy1-0/+1
2020-05-08iotests: handle tmpfsVladimir Sementsov-Ogievskiy2-3/+36
2020-05-07Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200507a'...Peter Maydell8-31/+192
2020-05-07migration/multifd: Do error_free after migrate_set_error to avoid memleaksPan Nengyuan1-0/+3
2020-05-07migration/multifd: fix memleaks in multifd_new_send_channel_asyncPan Nengyuan1-0/+2
2020-05-07migration/xbzrle: add encoding rateWei Wang4-3/+44
2020-05-07migration/rdma: fix a memleak on error path in rdma_start_incoming_migrationPan Nengyuan1-0/+1
2020-05-07migration/ram: Consolidate variable reset after placement in ram_load_postcopy()David Hildenbrand1-5/+5
2020-05-07migration/throttle: Add cpu-throttle-tailslow migration parameterKeqian Zhu4-5/+89
2020-05-07migration/colo: Add missing error-propagation codePhilippe Mathieu-Daudé1-0/+3
2020-05-07docs/devel/migration: start a debugging sectionMarc-André Lureau1-0/+20
2020-05-07migration: move the units of migrate parameters from milliseconds to msMao Zhongyi2-5/+5
2020-05-07monitor/hmp-cmds: add hmp_handle_error() for hmp_migrate_set_speed()Mao Zhongyi1-1/+4
2020-05-07migration/migration: improve error reporting for migrate parametersMao Zhongyi1-8/+12
2020-05-07migration: fix bad indentation in error_report()Mao Zhongyi1-5/+5
2020-05-07Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-pull-request...Peter Maydell4-26/+87
2020-05-07crypto: extend hash benchmark to cover more algorithmsDaniel P. Berrangé1-14/+59
2020-05-07block: luks: better error message when creating too large filesMaxim Levitsky1-4/+21
2020-05-07crypto: Redundant type conversion for AES_KEY pointerChen Qun1-6/+4
2020-05-07crypto/secret: fix inconsequential errors.Alexey Krasikov1-1/+1
2020-05-07crypto: fix getter of a QCryptoSecret's propertyTong Ho1-1/+2
2020-05-07Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.1-20200507' into...Peter Maydell10-217/+506