aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-28block: Make bdrv_root_attach_child() unref child_bs on failureAlberto Garcia4-16/+20
2019-05-28block: Use bdrv_unref_child() for all children in bdrv_close()Alberto Garcia3-20/+3
2019-05-28block/backup: refactor: split out backup_calculate_cluster_sizeVladimir Sementsov-Ogievskiy1-30/+52
2019-05-28block/backup: unify different modes code pathVladimir Sementsov-Ogievskiy1-33/+10
2019-05-28block/backup: refactor and tolerate unallocated cluster skippingVladimir Sementsov-Ogievskiy1-37/+23
2019-05-28block/backup: move to copy_bitmap with granularityVladimir Sementsov-Ogievskiy1-25/+23
2019-05-28block/backup: simplify backup_incremental_init_copy_bitmapVladimir Sementsov-Ogievskiy1-28/+12
2019-05-28qcow2: do encryption in threadsVladimir Sementsov-Ogievskiy4-21/+81
2019-05-28qcow2: bdrv_co_pwritev: move encryption code out of the lockVladimir Sementsov-Ogievskiy1-14/+21
2019-05-28qcow2: qcow2_co_preadv: improve lockingVladimir Sementsov-Ogievskiy1-10/+2
2019-05-28qcow2-threads: split out generic pathVladimir Sementsov-Ogievskiy3-19/+34
2019-05-28qcow2-threads: qcow2_co_do_compress: protect queuing by mutexVladimir Sementsov-Ogievskiy1-3/+7
2019-05-28qcow2-threads: use thread_pool_submit_coVladimir Sementsov-Ogievskiy1-15/+2
2019-05-28qcow2: add separate file for threaded data processing functionsVladimir Sementsov-Ogievskiy4-170/+209
2019-05-28qcow2.h: add missing includeVladimir Sementsov-Ogievskiy7-6/+1
2019-05-28Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-280519-2...Peter Maydell58-580/+2178
2019-05-28Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-may-19-2019-v...Peter Maydell10-210/+922
2019-05-28Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.1-sf0' i...Peter Maydell27-514/+1053
2019-05-28Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell22-187/+146
2019-05-28tests/qemu-iotests: re-format output to for make check-blockAlex Bennée1-60/+117
2019-05-28tests/qemu-iotests/group: Re-use the "auto" group for tests that can always runThomas Huth1-82/+95
2019-05-28Makefile.target: support per-target coverage reportsAlex Bennée1-0/+16
2019-05-28Makefile: include per-target build directories in coverage reportAlex Bennée1-1/+3
2019-05-28Makefile: fix coverage-report reference to BUILD_DIRAlex Bennée1-1/+1
2019-05-28.travis.yml: enable aarch64-softmmu and alpha-softmmu tcg testsAlex Bennée1-1/+1
2019-05-28tests/tcg/alpha: add system boot.SRichard Henderson4-0/+576
2019-05-28tests/tcg/multiarch: expand system memory test to cover moreAlex Bennée3-72/+282
2019-05-28tests/tcg/minilib: support %c format charAlex Bennée1-0/+3
2019-05-28tests/tcg/multiarch: move the system memory testAlex Bennée1-0/+0
2019-05-28tests/tcg/aarch64: add system boot.SAlex Bennée3-0/+295
2019-05-28editorconfig: add settings for .s/.S filesAlex Bennée1-0/+5
2019-05-28tests/tcg/multiarch: add hello world system testAlex Bennée2-1/+1
2019-05-28tests/tcg/multiarch: add support for multiarch system testsAlex Bennée2-0/+15
2019-05-28tests/docker: Test more components on the Fedora default imagePhilippe Mathieu-Daudé1-0/+7
2019-05-28tests/docker: add ubuntu 18.04Gerd Hoffmann1-0/+57
2019-05-28MAINTAINERS: update for semihostings new homeAlex Bennée1-0/+7
2019-05-28target/mips: convert UHI_plog to use common semihosting codeAlex Bennée1-6/+6
2019-05-28target/mips: only build mips-semi for softmmuAlex Bennée3-1/+12
2019-05-28target/arm: correct return values for WRITE/READ in arm-semiAlex Bennée1-8/+12
2019-05-28target/arm: add LOG_UNIMP messages to arm-semiAlex Bennée1-2/+3
2019-05-28target/arm: use the common interface for WRITE0/WRITEC in arm-semiAlex Bennée3-25/+30
2019-05-28target/arm: fixup some of the commentary for arm-semiAlex Bennée1-9/+31
2019-05-28semihosting: enable chardev backed output for consoleAlex Bennée6-3/+51
2019-05-28semihosting: implement a semihosting consoleAlex Bennée3-0/+116
2019-05-28semihosting: introduce CONFIG_SEMIHOSTINGAlex Bennée11-1/+82
2019-05-28semihosting: move semihosting configuration into its own directoryAlex Bennée19-139/+186
2019-05-26BootLinuxSshTest: Test some userspace commands on MaltaPhilippe Mathieu-Daudé3-0/+232
2019-05-26target/mips: realign comments to fix checkpatch warningsJules Irenge1-12/+22
2019-05-26target/mips: add or remove space to fix checkpatch errorsJules Irenge1-81/+94
2019-05-26linux-user: fix __NR_semtimedop undeclared errorLaurent Vivier1-8/+16