aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-25Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-updates-25062...Peter Maydell11-21/+140
2021-06-25plugins/api: expose symbol lookup to pluginsAlex Bennée2-0/+15
2021-06-25tests/tcg: skip the signals test for hppa/s390x for nowAlex Bennée2-0/+8
2021-06-25GitLab: Add "Feature Request" issue template.John Snow1-0/+32
2021-06-25GitLab: Add "Bug" issue reporting templateJohn Snow1-0/+64
2021-06-25scripts/checkpatch: roll diff tweaking into checkpatch itselfAlex Bennée3-7/+6
2021-06-25docs/devel: Add a single top-level header to MTTCG's docLuis Pires1-2/+3
2021-06-25tests/acceptance: tweak the tcg/kvm tests for virtAlex Bennée1-12/+12
2021-06-25file-posix: handle EINTR during ioctlPaolo Bonzini1-1/+3
2021-06-25block: detect DKIOCGETBLOCKCOUNT/SIZE before useJoelle van Dyne1-1/+1
2021-06-25block: try BSD disk size ioctls one after anotherPaolo Bonzini1-18/+16
2021-06-25block: check for sys/disk.hJoelle van Dyne2-1/+2
2021-06-25block: feature detection for host block supportJoelle van Dyne3-16/+37
2021-06-25file-posix: try BLKSECTGET on block devices too, do not round to power of 2Paolo Bonzini1-24/+33
2021-06-25block: add max_hw_transfer to BlockLimitsPaolo Bonzini6-2/+25
2021-06-25block-backend: align max_transfer to request alignmentPaolo Bonzini1-3/+3
2021-06-25osdep: provide ROUND_DOWN macroPaolo Bonzini1-6/+22
2021-06-25scsi-generic: pass max_segments via max_iov field in BlockLimitsPaolo Bonzini2-4/+5
2021-06-25file-posix: fix max_iov for /dev/sg devicesPaolo Bonzini1-0/+11
2021-06-25KVM: Fix dirty ring mmap incorrect size due to renaming accidentPeter Xu1-2/+2
2021-06-25configure, meson: convert libusbredir detection to mesonPaolo Bonzini4-29/+12
2021-06-25configure, meson: convert libcacard detection to mesonPaolo Bonzini4-29/+12
2021-06-25configure, meson: convert libusb detection to mesonPaolo Bonzini4-28/+14
2021-06-25configure, meson: convert pam detection to mesonPaolo Bonzini5-41/+34
2021-06-25configure, meson: convert libtasn1 detection to mesonPaolo Bonzini3-24/+6
2021-06-25configure, meson: convert crypto detection to mesonPaolo Bonzini5-232/+90
2021-06-25tests: remove QCRYPTO_HAVE_TLS_TEST_SUPPORTPaolo Bonzini8-63/+1
2021-06-25meson: remove preadv from summaryPaolo Bonzini1-1/+0
2021-06-25configure: drop unused variables for xtsPaolo Bonzini1-4/+0
2021-06-25meson: drop unused CONFIG_GCRYPT_HMACPaolo Bonzini1-1/+0
2021-06-25target/i386: kvm: add support for TSC scalingPaolo Bonzini3-5/+10
2021-06-25Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210624-pull-request' i...Peter Maydell7-30/+224
2021-06-24target/mips: Merge msa32/msa64 decodetree definitionsPhilippe Mathieu-Daudé4-32/+10
2021-06-24target/mips: Remove pointless gen_msa()Philippe Mathieu-Daudé1-6/+1
2021-06-24target/mips: Optimize regnames[] arraysPhilippe Mathieu-Daudé5-7/+7
2021-06-24target/mips: Constify host_to_mips_errno[]Philippe Mathieu-Daudé1-1/+1
2021-06-24target/mips: fix emulation of nanoMIPS BPOSGE32 instructionAleksandar Rikalo1-1/+1
2021-06-24target/mips: Remove microMIPS BPOSGE32 / BPOSGE64 unuseful casesPhilippe Mathieu-Daudé1-6/+0
2021-06-24target/mips: Remove SmartMIPS / MDMX unuseful commentsPhilippe Mathieu-Daudé1-8/+0
2021-06-24target/mips: Restrict some system specific declarations to sysemuPhilippe Mathieu-Daudé1-3/+7
2021-06-24target/mips: Move translate.h to tcg/ sub directoryPhilippe Mathieu-Daudé1-0/+0
2021-06-24target/mips: Move TCG trace events to tcg/ sub directoryPhilippe Mathieu-Daudé5-3/+3
2021-06-24target/mips: Do not abort on invalid instructionPhilippe Mathieu-Daudé1-2/+2
2021-06-24target/mips: Raise exception when DINSV opcode used with DSP disabledPhilippe Mathieu-Daudé1-1/+2
2021-06-24target/mips: Fix more TCG temporary leaks in gen_pool32a5_nanomips_insnPhilippe Mathieu-Daudé1-0/+4
2021-06-24target/mips: Fix TCG temporary leaks in gen_pool32a5_nanomips_insn()Philippe Mathieu-Daudé1-0/+2
2021-06-24target/mips: Fix potential integer overflow (CID 1452921)Philippe Mathieu-Daudé1-1/+2
2021-06-24Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210624'...Peter Maydell27-629/+3578
2021-06-24docs/system: arm: Add nRF boards descriptionAlexandre Iooss3-0/+53
2021-06-24target/arm: Implement MTE3Peter Collingbourne3-32/+53