aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-19fpu: make softfloat-macros "self-contained"Alex Bennée
2019-08-19fpu: move inline helpers into a separate headerAlex Bennée
2019-08-19fpu: remove the LIT64 macroAlex Bennée
2019-08-19target/m68k: replace LIT64 with UINT64_C macrosAlex Bennée
2019-08-19fpu: replace LIT64 with UINT64_C macrosAlex Bennée
2019-08-19fpu: use min/max values from stdint.h for integral overflowAlex Bennée
2019-08-19fpu: convert float[16/32/64]_squash_denormal to new modern styleAlex Bennée
2019-08-19fpu: replace LIT64 usage with UINT64_C for specialize constantsAlex Bennée
2019-08-19Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell
2019-08-17gitlab-ci: Remove qcow2 tests that are handled by "make check" alreadyThomas Huth
2019-08-17tests: Run the iotests during "make check" againThomas Huth
2019-08-17block: fix NetBSD qemu-iotests failurePaolo Bonzini
2019-08-16hw/ide/atapi: Use the ldst APIPhilippe Mathieu-Daudé
2019-08-16Revert "ide/ahci: Check for -ECANCELED in aio callbacks"John Snow
2019-08-16dma-helpers: ensure AIO callback is invoked after cancellationPaolo Bonzini
2019-08-16tests/test-hbitmap: test next_zero and _next_dirty_area after truncateVladimir Sementsov-Ogievskiy
2019-08-16block/backup: refactor write_flagsVladimir Sementsov-Ogievskiy
2019-08-16block/backup: deal with zero detectionVladimir Sementsov-Ogievskiy
2019-08-16qapi: add dirty-bitmaps to query-named-block-nodes resultVladimir Sementsov-Ogievskiy
2019-08-16iotests/257: test traditional sync modesJohn Snow
2019-08-16block/backup: support bitmap sync modes for non-bitmap backupsJohn Snow
2019-08-16block/backup: teach TOP to never copy unallocated regionsJohn Snow
2019-08-16block/backup: add backup_is_cluster_allocatedJohn Snow
2019-08-16block/backup: centralize copy_bitmap initializationJohn Snow
2019-08-16block/backup: improve sync=bitmap work estimatesJohn Snow
2019-08-16iotests/257: test API failuresJohn Snow
2019-08-16block/backup: hoist bitmap check into QMP interfaceJohn Snow
2019-08-16iotests/257: Refactor backup helpersJohn Snow
2019-08-16iotests/257: add EmulatedBitmap classJohn Snow
2019-08-16iotests/257: add Pattern classJohn Snow
2019-08-16iotests: test bitmap moving inside 254Vladimir Sementsov-Ogievskiy
2019-08-16qapi: implement block-dirty-bitmap-remove transaction actionJohn Snow
2019-08-16blockdev: reduce aio_context locked sections in bitmap add/removeVladimir Sementsov-Ogievskiy
2019-08-16block/backup: loosen restriction on readonly bitmapsJohn Snow
2019-08-16iotests: add test 257 for bitmap-mode backupsJohn Snow
2019-08-16iotests: Add virtio-scsi device helperJohn Snow
2019-08-16iotests: teach FilePath to produce multiple pathsJohn Snow
2019-08-16iotests: teach run_job to cancel pending jobsJohn Snow
2019-08-16iotests: add testing shim for script-style python testsJohn Snow
2019-08-16block/backup: add 'always' bitmap sync policyJohn Snow
2019-08-16block/backup: upgrade copy_bitmap to BdrvDirtyBitmapJohn Snow
2019-08-16block/dirty-bitmap: add bdrv_dirty_bitmap_getJohn Snow
2019-08-16block/dirty-bitmap: add bdrv_dirty_bitmap_merge_internalJohn Snow
2019-08-16hbitmap: enable merging across granularitiesJohn Snow
2019-08-16hbitmap: Fix merge when b is empty, and result is not an alias of aJohn Snow
2019-08-16block/backup: add 'never' policy to bitmap sync modeJohn Snow
2019-08-16block/backup: Add mirror sync mode 'bitmap'John Snow
2019-08-16qapi: add BitmapSyncMode enumJohn Snow
2019-08-16blockdev-backup: utilize do_backup_commonJohn Snow
2019-08-16drive-backup: create do_backup_commonJohn Snow