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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2019-08-16
block/backup: improve sync=bitmap work estimates
John Snow
3
-25
/
+23
2019-08-16
iotests/257: test API failures
John Snow
2
-0
/
+152
2019-08-16
block/backup: hoist bitmap check into QMP interface
John Snow
2
-9
/
+14
2019-08-16
iotests/257: Refactor backup helpers
John Snow
2
-120
/
+128
2019-08-16
iotests/257: add EmulatedBitmap class
John Snow
1
-49
/
+75
2019-08-16
iotests/257: add Pattern class
John Snow
1
-26
/
+32
2019-08-16
iotests: test bitmap moving inside 254
Vladimir Sementsov-Ogievskiy
2
-2
/
+110
2019-08-16
qapi: implement block-dirty-bitmap-remove transaction action
John Snow
6
-17
/
+85
2019-08-16
blockdev: reduce aio_context locked sections in bitmap add/remove
Vladimir Sementsov-Ogievskiy
1
-17
/
+13
2019-08-16
block/backup: loosen restriction on readonly bitmaps
John Snow
2
-1
/
+7
2019-08-16
iotests: add test 257 for bitmap-mode backups
John Snow
3
-0
/
+2664
2019-08-16
iotests: Add virtio-scsi device helper
John Snow
5
-18
/
+10
2019-08-16
iotests: teach FilePath to produce multiple paths
John Snow
1
-10
/
+24
2019-08-16
iotests: teach run_job to cancel pending jobs
John Snow
1
-2
/
+22
2019-08-16
iotests: add testing shim for script-style python tests
John Snow
1
-14
/
+26
2019-08-16
block/backup: add 'always' bitmap sync policy
John Snow
2
-9
/
+23
2019-08-16
block/backup: upgrade copy_bitmap to BdrvDirtyBitmap
John Snow
1
-39
/
+43
2019-08-16
block/dirty-bitmap: add bdrv_dirty_bitmap_get
John Snow
5
-14
/
+18
2019-08-16
block/dirty-bitmap: add bdrv_dirty_bitmap_merge_internal
John Snow
2
-5
/
+52
2019-08-16
hbitmap: enable merging across granularities
John Snow
1
-1
/
+35
2019-08-16
hbitmap: Fix merge when b is empty, and result is not an alias of a
John Snow
1
-3
/
+10
2019-08-16
block/backup: add 'never' policy to bitmap sync mode
John Snow
2
-3
/
+9
2019-08-16
block/backup: Add mirror sync mode 'bitmap'
John Snow
6
-20
/
+58
2019-08-16
qapi: add BitmapSyncMode enum
John Snow
1
-0
/
+14
2019-08-16
blockdev-backup: utilize do_backup_common
John Snow
1
-59
/
+6
2019-08-16
drive-backup: create do_backup_common
John Snow
1
-45
/
+57
2019-08-16
qapi/block-core: Introduce BackupCommon
John Snow
1
-66
/
+29
2019-08-16
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'...
Peter Maydell
16
-775
/
+780
2019-08-16
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
21
-127
/
+983
2019-08-16
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into st...
Peter Maydell
11
-121
/
+233
2019-08-16
Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...
Peter Maydell
1278
-1024
/
+2187
2019-08-16
target/arm: Use tcg_gen_extrh_i64_i32 to extract the high word
Richard Henderson
1
-12
/
+6
2019-08-16
target/arm: Simplify SMMLA, SMMLAR, SMMLS, SMMLSR
Richard Henderson
1
-46
/
+26
2019-08-16
target/arm: Use tcg_gen_rotri_i32 for gen_swap_half
Richard Henderson
1
-5
/
+1
2019-08-16
target/arm: Use ror32 instead of open-coding the operation
Richard Henderson
1
-5
/
+2
2019-08-16
target/arm: Remove redundant shift tests
Richard Henderson
1
-12
/
+7
2019-08-16
target/arm: Use tcg_gen_deposit_i32 for PKHBT, PKHTB
Richard Henderson
1
-16
/
+10
2019-08-16
target/arm: Use tcg_gen_extract_i32 for shifter_out_im
Richard Henderson
1
-8
/
+1
2019-08-16
target/arm/kvm64: Move the get/put of fpsimd registers out
Andrew Jones
1
-59
/
+87
2019-08-16
target/arm/kvm64: Fix error returns
Andrew Jones
1
-2
/
+2
2019-08-16
target/arm/cpu: Use div-round-up to determine predicate register array size
Andrew Jones
1
-1
/
+1
2019-08-16
target/arm/helper: zcr: Add build bug next to value range assumption
Andrew Jones
1
-0
/
+1
2019-08-16
target/arm/cpu: Ensure we can use the pmu with kvm
Andrew Jones
3
-5
/
+46
2019-08-16
target/arm/cpu64: Ensure kvm really supports aarch64=off
Andrew Jones
3
-6
/
+29
2019-08-16
target/arm: Remove helper_double_saturate
Richard Henderson
3
-18
/
+2
2019-08-16
target/arm: Use unallocated_encoding for aarch32
Richard Henderson
5
-21
/
+15
2019-08-16
target/arm: Remove offset argument to gen_exception_bkpt_insn
Richard Henderson
2
-8
/
+7
2019-08-16
target/arm: Replace offset with pc in gen_exception_internal_insn
Richard Henderson
2
-8
/
+8
2019-08-16
target/arm: Replace offset with pc in gen_exception_insn
Richard Henderson
3
-29
/
+33
2019-08-16
target/arm: Replace s->pc with s->base.pc_next
Richard Henderson
3
-83
/
+72
[next]