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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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-19
target/mips: rationalise softfloat includes
Alex Bennée
5
-7
/
+11
2019-08-19
fpu: rename softfloat-specialize.h -> .inc.c
Alex Bennée
2
-1
/
+1
2019-08-19
fpu: make softfloat-macros "self-contained"
Alex Bennée
1
-1
/
+1
2019-08-19
fpu: move inline helpers into a separate header
Alex Bennée
2
-62
/
+133
2019-08-19
fpu: remove the LIT64 macro
Alex Bennée
1
-2
/
+0
2019-08-19
target/m68k: replace LIT64 with UINT64_C macros
Alex Bennée
1
-49
/
+49
2019-08-19
fpu: replace LIT64 with UINT64_C macros
Alex Bennée
2
-62
/
+62
2019-08-19
fpu: use min/max values from stdint.h for integral overflow
Alex Bennée
1
-17
/
+15
2019-08-19
fpu: convert float[16/32/64]_squash_denormal to new modern style
Alex Bennée
1
-63
/
+49
2019-08-19
fpu: replace LIT64 usage with UINT64_C for specialize constants
Alex Bennée
1
-13
/
+13
2019-08-19
Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...
Peter Maydell
29
-391
/
+6829
2019-08-17
gitlab-ci: Remove qcow2 tests that are handled by "make check" already
Thomas Huth
1
-9
/
+4
2019-08-17
tests: Run the iotests during "make check" again
Thomas Huth
3
-22
/
+40
2019-08-17
block: fix NetBSD qemu-iotests failure
Paolo Bonzini
1
-2
/
+2
2019-08-16
hw/ide/atapi: Use the ldst API
Philippe Mathieu-Daudé
1
-52
/
+28
2019-08-16
Revert "ide/ahci: Check for -ECANCELED in aio callbacks"
John Snow
2
-17
/
+0
2019-08-16
dma-helpers: ensure AIO callback is invoked after cancellation
Paolo Bonzini
1
-4
/
+9
2019-08-16
tests/test-hbitmap: test next_zero and _next_dirty_area after truncate
Vladimir Sementsov-Ogievskiy
1
-0
/
+22
2019-08-16
block/backup: refactor write_flags
Vladimir Sementsov-Ogievskiy
1
-12
/
+12
2019-08-16
block/backup: deal with zero detection
Vladimir Sementsov-Ogievskiy
2
-13
/
+10
2019-08-16
qapi: add dirty-bitmaps to query-named-block-nodes result
Vladimir Sementsov-Ogievskiy
3
-1
/
+22
2019-08-16
iotests/257: test traditional sync modes
John Snow
2
-2
/
+3128
2019-08-16
block/backup: support bitmap sync modes for non-bitmap backups
John Snow
3
-9
/
+27
2019-08-16
block/backup: teach TOP to never copy unallocated regions
John Snow
2
-9
/
+71
2019-08-16
block/backup: add backup_is_cluster_allocated
John Snow
1
-18
/
+44
2019-08-16
block/backup: centralize copy_bitmap initialization
John Snow
1
-14
/
+15
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
[prev]
[next]