aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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/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
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