aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-16block/backup: improve sync=bitmap work estimatesJohn Snow3-25/+23
2019-08-16iotests/257: test API failuresJohn Snow2-0/+152
2019-08-16block/backup: hoist bitmap check into QMP interfaceJohn Snow2-9/+14
2019-08-16iotests/257: Refactor backup helpersJohn Snow2-120/+128
2019-08-16iotests/257: add EmulatedBitmap classJohn Snow1-49/+75
2019-08-16iotests/257: add Pattern classJohn Snow1-26/+32
2019-08-16iotests: test bitmap moving inside 254Vladimir Sementsov-Ogievskiy2-2/+110
2019-08-16qapi: implement block-dirty-bitmap-remove transaction actionJohn Snow6-17/+85
2019-08-16blockdev: reduce aio_context locked sections in bitmap add/removeVladimir Sementsov-Ogievskiy1-17/+13
2019-08-16block/backup: loosen restriction on readonly bitmapsJohn Snow2-1/+7
2019-08-16iotests: add test 257 for bitmap-mode backupsJohn Snow3-0/+2664
2019-08-16iotests: Add virtio-scsi device helperJohn Snow5-18/+10
2019-08-16iotests: teach FilePath to produce multiple pathsJohn Snow1-10/+24
2019-08-16iotests: teach run_job to cancel pending jobsJohn Snow1-2/+22
2019-08-16iotests: add testing shim for script-style python testsJohn Snow1-14/+26
2019-08-16block/backup: add 'always' bitmap sync policyJohn Snow2-9/+23
2019-08-16block/backup: upgrade copy_bitmap to BdrvDirtyBitmapJohn Snow1-39/+43
2019-08-16block/dirty-bitmap: add bdrv_dirty_bitmap_getJohn Snow5-14/+18
2019-08-16block/dirty-bitmap: add bdrv_dirty_bitmap_merge_internalJohn Snow2-5/+52
2019-08-16hbitmap: enable merging across granularitiesJohn Snow1-1/+35
2019-08-16hbitmap: Fix merge when b is empty, and result is not an alias of aJohn Snow1-3/+10
2019-08-16block/backup: add 'never' policy to bitmap sync modeJohn Snow2-3/+9
2019-08-16block/backup: Add mirror sync mode 'bitmap'John Snow6-20/+58
2019-08-16qapi: add BitmapSyncMode enumJohn Snow1-0/+14
2019-08-16blockdev-backup: utilize do_backup_commonJohn Snow1-59/+6
2019-08-16drive-backup: create do_backup_commonJohn Snow1-45/+57
2019-08-16qapi/block-core: Introduce BackupCommonJohn Snow1-66/+29
2019-08-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'...Peter Maydell16-775/+780
2019-08-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell21-127/+983
2019-08-16Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into st...Peter Maydell11-121/+233
2019-08-16Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...Peter Maydell1278-1024/+2187
2019-08-16target/arm: Use tcg_gen_extrh_i64_i32 to extract the high wordRichard Henderson1-12/+6
2019-08-16target/arm: Simplify SMMLA, SMMLAR, SMMLS, SMMLSRRichard Henderson1-46/+26
2019-08-16target/arm: Use tcg_gen_rotri_i32 for gen_swap_halfRichard Henderson1-5/+1
2019-08-16target/arm: Use ror32 instead of open-coding the operationRichard Henderson1-5/+2
2019-08-16target/arm: Remove redundant shift testsRichard Henderson1-12/+7
2019-08-16target/arm: Use tcg_gen_deposit_i32 for PKHBT, PKHTBRichard Henderson1-16/+10
2019-08-16target/arm: Use tcg_gen_extract_i32 for shifter_out_imRichard Henderson1-8/+1
2019-08-16target/arm/kvm64: Move the get/put of fpsimd registers outAndrew Jones1-59/+87
2019-08-16target/arm/kvm64: Fix error returnsAndrew Jones1-2/+2
2019-08-16target/arm/cpu: Use div-round-up to determine predicate register array sizeAndrew Jones1-1/+1
2019-08-16target/arm/helper: zcr: Add build bug next to value range assumptionAndrew Jones1-0/+1
2019-08-16target/arm/cpu: Ensure we can use the pmu with kvmAndrew Jones3-5/+46
2019-08-16target/arm/cpu64: Ensure kvm really supports aarch64=offAndrew Jones3-6/+29
2019-08-16target/arm: Remove helper_double_saturateRichard Henderson3-18/+2
2019-08-16target/arm: Use unallocated_encoding for aarch32Richard Henderson5-21/+15
2019-08-16target/arm: Remove offset argument to gen_exception_bkpt_insnRichard Henderson2-8/+7
2019-08-16target/arm: Replace offset with pc in gen_exception_internal_insnRichard Henderson2-8/+8
2019-08-16target/arm: Replace offset with pc in gen_exception_insnRichard Henderson3-29/+33
2019-08-16target/arm: Replace s->pc with s->base.pc_nextRichard Henderson3-83/+72