aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-12block: Freeze the backing chain for the duration of the mirror jobAlberto Garcia1-0/+8
2019-03-12block: Freeze the backing chain for the duration of the commit jobAlberto Garcia1-0/+16
2019-03-12block: Allow freezing BdrvChild linksAlberto Garcia3-0/+87
2019-03-12nvme: fix write zeroes offset and countKeith Busch1-3/+3
2019-03-12file-posix: Make auto-read-only dynamicKevin Wolf2-25/+23
2019-03-12file-posix: Prepare permission code for fd switchingKevin Wolf1-11/+85
2019-03-12file-posix: Lock new fd in raw_reopen_prepare()Kevin Wolf1-11/+16
2019-03-12file-posix: Store BDRVRawState.reopen_state during reopenKevin Wolf1-0/+10
2019-03-12file-posix: Factor out raw_reconfigure_getfd()Kevin Wolf1-45/+62
2019-03-12file-posix: Fix bdrv_open_flags() for snapshot=onKevin Wolf4-7/+25
2019-03-12block: Make permission changes in reopen less wrongKevin Wolf1-11/+24
2019-03-12block: Avoid useless local_errKevin Wolf1-3/+1
2019-03-12qemu-iotests: commit to backing file with auto-read-onlyKevin Wolf2-0/+51
2019-03-12tests/virtio-blk-test: Disable auto-read-onlyKevin Wolf1-1/+1
2019-03-12qapi: drop x- from x-block-latency-histogram-setVladimir Sementsov-Ogievskiy3-17/+17
2019-03-12tests/qemu-iotests: add bitmap resize test 246John Snow3-0/+410
2019-03-12block/qcow2-bitmap: Allow resizes with persistent bitmapsJohn Snow3-3/+48
2019-03-12block/qcow2-bitmap: Don't check size for IN_USE bitmapVladimir Sementsov-Ogievskiy1-3/+18
2019-03-12Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell1-2/+2
2019-03-12.travis.yml: add softmmu check-tcg testsAlex Bennée1-0/+6
2019-03-12.travis.yml: separate softfloat from check-tcgAlex Bennée2-1/+7
2019-03-12tests/tcg/arm: account for pauth randomnessAlex Bennée1-6/+20
2019-03-12tests/tcg/i386: add memory test to exercise softmmuAlex Bennée1-0/+243
2019-03-12tests/tcg/i386: add system mode Hello World testAlex Bennée4-0/+255
2019-03-12tests/tcg: provide a minilib for system testsAlex Bennée4-0/+180
2019-03-12tests/tcg: enable cris base user-mode testsAlex Bennée4-168/+65
2019-03-12tests/tcg/cris: align mul operationsAlex Bennée1-0/+11
2019-03-12tests/tcg/cris: comment out the ccs testAlex Bennée1-7/+7
2019-03-12tests/tcg: split cris tests into bare and libc directoriesAlex Bennée102-0/+0
2019-03-12tests/tcg/cris: cleanup sys.cAlex Bennée1-48/+52
2019-03-12tests/docker: add fedora-cris-cross compilersAlex Bennée1-0/+8
2019-03-12tests/tcg/arm: add ARMv6-M UNDEFINED 32-bit instruction testStefan Hajnoczi3-0/+204
2019-03-12tests/tcg/xtensa: enable system testsAlex Bennée2-102/+42
2019-03-12tests/docker: add debian-xtensa-cross imagePhilippe Mathieu-Daudé2-0/+42
2019-03-12tests/tcg/mips: fix hello-mips compilationAlex Bennée2-8/+5
2019-03-12tests/tcg: add gdb runner variantAlex Bennée1-0/+3
2019-03-12tests/tcg: split run-test into user and system variantsAlex Bennée1-2/+17
2019-03-12tests/tcg: add QEMU_OPT option for test runnerAlex Bennée1-1/+4
2019-03-12tests/tcg: enable tcg tests for softmmuAlex Bennée2-6/+3
2019-03-12tests/tcg: add softmmu awareness to MakefileAlex Bennée2-2/+17
2019-03-12Makefile: explicitly pass $(BUILD_DIR) to gcovrAlex Bennée1-1/+2
2019-03-12Makefile: explicitly pass $(SRC_PATH) to gcovrAlex Bennée1-1/+1
2019-03-12.travis.yml: reduce the module builds to major architecturesAlex Bennée1-1/+2
2019-03-12.travis.yml: combine docs and tools build with out-of-treeAlex Bennée1-6/+2
2019-03-12travis: Bump Xcode 10 image to 10.2Philippe Mathieu-Daudé1-0/+7
2019-03-12decodetree: Properly diagnose fields overflowing an insnRichard Henderson5-0/+22
2019-03-12decodetree: Prefix extract function names with decode_functionRichard Henderson1-1/+2
2019-03-12decodetree: Allow +- to begin a number initializing a fieldRichard Henderson1-1/+1
2019-03-12decodetree: Produce clean output for an empty input fileRichard Henderson1-7/+8
2019-03-12decodetree: Add --static-decode optionRichard Henderson1-1/+4