aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-19iotests: Test convert -n to pre-filled imageMax Reitz
2019-08-19iotests: Convert to preallocated encrypted qcow2Max Reitz
2019-08-19vhdx: Fix .bdrv_has_zero_init()Max Reitz
2019-08-19vdi: Fix .bdrv_has_zero_init()Max Reitz
2019-08-19qcow2: Fix .bdrv_has_zero_init()Max Reitz
2019-08-19block: Use bdrv_has_zero_init_truncate()Max Reitz
2019-08-19block: Implement .bdrv_has_zero_init_truncate()Max Reitz
2019-08-19block: Add bdrv_has_zero_init_truncate()Max Reitz
2019-08-19mirror: Fix bdrv_has_zero_init() useMax Reitz
2019-08-19qemu-img: Fix bdrv_has_zero_init() use in convertMax Reitz
2019-08-19LUKS: support preallocationMaxim Levitsky
2019-08-19target/riscv: Remove redundant declaration pragmasRichard Henderson
2019-08-19decodetree: Suppress redundant declaration warningsRichard Henderson
2019-08-19decodetree: Allow !function with no input bitsRichard Henderson
2019-08-19Merge remote-tracking branch 'remotes/stsquad/tags/pull-softfloat-headers-190...Peter Maydell
2019-08-19Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-08-1...Peter Maydell
2019-08-19Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2019-08-19targets (various): use softfloat-helpers.h where we canAlex Bennée
2019-08-19target/riscv: rationalise softfloat includesAlex Bennée
2019-08-19target/mips: rationalise softfloat includesAlex Bennée
2019-08-19fpu: rename softfloat-specialize.h -> .inc.cAlex Bennée
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