aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-20hw/core: Add a config switch for the "register" deviceThomas Huth
2019-08-19hw/dma: Do not build the xlnx_dpdma device for the MicroBlaze machinesPhilippe Mathieu-Daudé
2019-08-19hw/intc: Only build the xlnx-iomod-intc device for the MicroBlaze PMUPhilippe Mathieu-Daudé
2019-08-19hw/Kconfig: Move the generic XLNX_ZYNQMP to the root hw/KconfigPhilippe Mathieu-Daudé
2019-08-19target/mips: tests/tcg: Fix target configurations for MSA testsAleksandar Markovic
2019-08-19target/mips: tests/tcg: Add optional printing of more detailed failure infoAleksandar Markovic
2019-08-19target/mips: Style improvements in mips_mipssim.cAleksandar Markovic
2019-08-19target/mips: Style improvements in mips_malta.cAleksandar Markovic
2019-08-19target/mips: Style improvements in mips_int.cAleksandar Markovic
2019-08-19target/mips: Style improvements in mips_fulong2e.cAleksandar Markovic
2019-08-19target/mips: Style improvements in cps.cAleksandar Markovic
2019-08-19target/mips: Style improvements in translate.cAleksandar Markovic
2019-08-19target/mips: Style improvements in machine.cAleksandar Markovic
2019-08-19target/mips: Style improvements in cpu.cAleksandar Markovic
2019-08-19target/mips: Style improvements in cp0_timer.cAleksandar Markovic
2019-08-19Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20190819' into stagingPeter Maydell
2019-08-19doc: Preallocation does not require writing zeroesMax Reitz
2019-08-19iotests: Fix 141 when run with qedMax Reitz
2019-08-19vpc: Do not return RAW from block_statusMax Reitz
2019-08-19vmdk: Make block_status recurse for flat extentsMax Reitz
2019-08-19vdi: Make block_status recurse for fixed imagesMax Reitz
2019-08-19iotests: Full mirror to existing non-zero imageMax Reitz
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