aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-19target/mips: Style improvements in cpu.cAleksandar Markovic1-6/+11
2019-08-19target/mips: Style improvements in cp0_timer.cAleksandar Markovic1-19/+23
2019-08-19Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20190819' into stagingPeter Maydell5-30/+79
2019-08-19doc: Preallocation does not require writing zeroesMax Reitz3-8/+9
2019-08-19iotests: Fix 141 when run with qedMax Reitz3-7/+12
2019-08-19vpc: Do not return RAW from block_statusMax Reitz1-1/+1
2019-08-19vmdk: Make block_status recurse for flat extentsMax Reitz1-0/+3
2019-08-19vdi: Make block_status recurse for fixed imagesMax Reitz1-1/+2
2019-08-19iotests: Full mirror to existing non-zero imageMax Reitz2-6/+60
2019-08-19iotests: Test convert -n to pre-filled imageMax Reitz2-0/+25
2019-08-19iotests: Convert to preallocated encrypted qcow2Max Reitz2-1/+23
2019-08-19vhdx: Fix .bdrv_has_zero_init()Max Reitz1-1/+25
2019-08-19vdi: Fix .bdrv_has_zero_init()Max Reitz1-1/+12
2019-08-19qcow2: Fix .bdrv_has_zero_init()Max Reitz1-1/+28
2019-08-19block: Use bdrv_has_zero_init_truncate()Max Reitz2-2/+2
2019-08-19block: Implement .bdrv_has_zero_init_truncate()Max Reitz10-0/+18
2019-08-19block: Add bdrv_has_zero_init_truncate()Max Reitz3-0/+29
2019-08-19mirror: Fix bdrv_has_zero_init() useMax Reitz4-7/+24
2019-08-19qemu-img: Fix bdrv_has_zero_init() use in convertMax Reitz1-3/+8
2019-08-19LUKS: support preallocationMaxim Levitsky2-4/+32
2019-08-19target/riscv: Remove redundant declaration pragmasRichard Henderson1-18/+1
2019-08-19decodetree: Suppress redundant declaration warningsRichard Henderson1-0/+22
2019-08-19decodetree: Allow !function with no input bitsRichard Henderson4-12/+56
2019-08-19Merge remote-tracking branch 'remotes/stsquad/tags/pull-softfloat-headers-190...Peter Maydell20-285/+342
2019-08-19Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-08-1...Peter Maydell5-33/+46
2019-08-19Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell4-73/+37
2019-08-19targets (various): use softfloat-helpers.h where we canAlex Bennée6-7/+5
2019-08-19target/riscv: rationalise softfloat includesAlex Bennée3-1/+3
2019-08-19target/mips: rationalise softfloat includesAlex Bennée5-7/+11
2019-08-19fpu: rename softfloat-specialize.h -> .inc.cAlex Bennée2-1/+1
2019-08-19fpu: make softfloat-macros "self-contained"Alex Bennée1-1/+1
2019-08-19fpu: move inline helpers into a separate headerAlex Bennée2-62/+133
2019-08-19fpu: remove the LIT64 macroAlex Bennée1-2/+0
2019-08-19target/m68k: replace LIT64 with UINT64_C macrosAlex Bennée1-49/+49
2019-08-19fpu: replace LIT64 with UINT64_C macrosAlex Bennée2-62/+62
2019-08-19fpu: use min/max values from stdint.h for integral overflowAlex Bennée1-17/+15
2019-08-19fpu: convert float[16/32/64]_squash_denormal to new modern styleAlex Bennée1-63/+49
2019-08-19fpu: replace LIT64 usage with UINT64_C for specialize constantsAlex Bennée1-13/+13
2019-08-19Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell29-391/+6829
2019-08-17gitlab-ci: Remove qcow2 tests that are handled by "make check" alreadyThomas Huth1-9/+4
2019-08-17tests: Run the iotests during "make check" againThomas Huth3-22/+40
2019-08-17block: fix NetBSD qemu-iotests failurePaolo Bonzini1-2/+2
2019-08-16hw/ide/atapi: Use the ldst APIPhilippe Mathieu-Daudé1-52/+28
2019-08-16Revert "ide/ahci: Check for -ECANCELED in aio callbacks"John Snow2-17/+0
2019-08-16dma-helpers: ensure AIO callback is invoked after cancellationPaolo Bonzini1-4/+9
2019-08-16tests/test-hbitmap: test next_zero and _next_dirty_area after truncateVladimir Sementsov-Ogievskiy1-0/+22
2019-08-16block/backup: refactor write_flagsVladimir Sementsov-Ogievskiy1-12/+12
2019-08-16block/backup: deal with zero detectionVladimir Sementsov-Ogievskiy2-13/+10
2019-08-16qapi: add dirty-bitmaps to query-named-block-nodes resultVladimir Sementsov-Ogievskiy3-1/+22
2019-08-16iotests/257: test traditional sync modesJohn Snow2-2/+3128