aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-10hw/arm/virt: Remove dependency on Cortex-A15 MPCore peripheralsPhilippe Mathieu-Daudé1-1/+0
2020-11-10docs: add some notes on the sbsa-ref machineAlex Bennée2-0/+33
2020-11-10target/arm: add space before the open parenthesis '('Xinhao Zhang1-1/+1
2020-11-10target/arm: Don't use '#' flag of printf formatXinhao Zhang1-2/+2
2020-11-10target/arm: add spaces around operatorXinhao Zhang3-9/+9
2020-11-10ssi: Fix bad printf format specifiersAlexChen2-2/+2
2020-11-10hw/arm/Kconfig: ARM_V7M depends on PTIMERAndrew Jones1-0/+1
2020-11-10Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-re...Peter Maydell1-30/+32
2020-11-10Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201...Peter Maydell9-255/+115
2020-11-10s390x: Avoid variable size warning in ipl.hDaniele Buono1-2/+2
2020-11-10s390x: fix clang 11 warnings in cpu_models.cDaniele Buono1-4/+4
2020-11-10qtest: Update references to parse_escape() in commentsPeter Maydell2-10/+10
2020-11-10fuzz: add virtio-blk fuzz targetDima Stepanov2-0/+235
2020-11-10docs: add "page source" link to sphinx documentationDaniel P. Berrangé8-0/+36
2020-11-10gitlab: force enable docs build in Fedora, Ubuntu, DebianDaniel P. Berrangé1-1/+3
2020-11-10gitlab: publish the docs built during CIDaniel P. Berrangé1-0/+14
2020-11-10configure: surface deprecated targets in the help outputAlex Bennée1-1/+3
2020-11-10fuzz: Make fork_fuzz.ld compatible with LLVM's LLDDaniele Buono1-1/+11
2020-11-10scripts/oss-fuzz: give all fuzzers -target namesAlexander Bulekov1-6/+6
2020-11-10docs/fuzz: update fuzzing documentation post-mesonAlexander Bulekov1-3/+3
2020-11-10docs/fuzz: rST-ify the fuzzing documentationAlexander Bulekov4-215/+238
2020-11-10MAINTAINERS: Add gitlab-pipeline-status script to GitLab CI sectionPhilippe Mathieu-Daudé1-0/+1
2020-11-10linux-user/sparc: Don't zero high half of PC, NPC, PSR in sigreturnPeter Maydell1-1/+1
2020-11-10linux-user/sparc: Correct set/get_context handling of fp and i7Peter Maydell1-25/+22
2020-11-10linux-user/sparc: Fix errors in target_ucontext structuresPeter Maydell1-4/+9
2020-11-09hw/intc/ibex_plic: Clear the claim register when readAlistair Francis1-0/+3
2020-11-09target/riscv: Split the Hypervisor execute load helpersAlistair Francis3-42/+17
2020-11-09target/riscv: Remove the hyp load and store functionsAlistair Francis5-166/+59
2020-11-09target/riscv: Remove the HS_TWO_STAGE flagAlistair Francis4-51/+25
2020-11-09target/riscv: Set the virtualised MMU mode when doing hyp accessesAlistair Francis1-13/+17
2020-11-09target/riscv: Add a virtualised MMU ModeAlistair Francis3-3/+14
2020-11-09Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2020-11-09-tag' in...Peter Maydell1-0/+3
2020-11-09qga: fix missing closedir() in qmp_guest_get_disks()Michael Roth1-0/+3
2020-11-09Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-11-09-v2'...Peter Maydell16-238/+259
2020-11-09block: make bdrv_drop_intermediate() less wrongVladimir Sementsov-Ogievskiy1-30/+24
2020-11-09block: add bdrv_replace_node_common()Vladimir Sementsov-Ogievskiy1-3/+22
2020-11-09block: add forgotten bdrv_abort_perm_update() to bdrv_co_invalidate_cache()Vladimir Sementsov-Ogievskiy1-0/+1
2020-11-09block: Fix some code style problems, "foo* bar" should be "foo *bar"shiliyang5-12/+12
2020-11-09gitlab-ci: Drop generic cache rulePhilippe Mathieu-Daudé1-6/+0
2020-11-09tests/qtest/tpm: Remove redundant check in the tpm_test_swtpm_test()AlexChen1-4/+2
2020-11-09qtest: Fix bad printf format specifiersAlexChen1-4/+4
2020-11-09device-crash-test: Check if path is actually an executable fileEduardo Habkost1-1/+3
2020-11-09tests/vm: update openbsd to release 6.8Brad Smith1-4/+4
2020-11-09meson: always include contrib/libvhost-userStefan Hajnoczi1-5/+1
2020-11-09block: Fix integer promotion error in bdrv_getlength()Eric Blake1-2/+7
2020-11-09block: enable libnfs on msys2/mingw in cirrus.ymlYonggang Luo1-0/+1
2020-11-09block: Fixes nfs compiling error on msys2/mingwYonggang Luo1-1/+12
2020-11-09iotests: rewrite iotest 240 in pythonMaxim Levitsky2-165/+130
2020-11-09iotests: add filter_qmp_virtio_scsi functionMaxim Levitsky1-0/+10
2020-11-09hw/block/nvme: fix free of array-typed valueKlaus Jensen1-1/+0