aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-24target/arm: Make VMOV scalar <-> gpreg beatwise for MVEPeter Maydell3-8/+75
2021-06-24target/arm: Implement MVE VADDVPeter Maydell4-0/+76
2021-06-24target/arm: Implement MVE VHCADDPeter Maydell4-3/+19
2021-06-24target/arm: Implement MVE VCADDPeter Maydell4-2/+51
2021-06-24target/arm: Implement MVE VADC, VSBCPeter Maydell4-0/+99
2021-06-24target/arm: Implement MVE VRHADDPeter Maydell4-0/+19
2021-06-24target/arm: Implement MVE VQDMULL (vector)Peter Maydell4-0/+70
2021-06-24target/arm: Implement MVE VQDMLSDH and VQRDMLSDHPeter Maydell4-0/+69
2021-06-24target/arm: Implement MVE VQDMLADH and VQRDMLADHPeter Maydell4-0/+114
2021-06-24target/arm: Implement MVE VRSHLPeter Maydell4-0/+17
2021-06-24target/arm: Implement MVE VSHL insnPeter Maydell4-0/+19
2021-06-24target/arm: Implement MVE VQRSHLPeter Maydell4-0/+19
2021-06-24target/arm: Implement MVE VQSHL (vector)Peter Maydell4-0/+56
2021-06-24target/arm: Implement MVE VQADD, VQSUB (vector)Peter Maydell4-0/+39
2021-06-24target/arm: Implement MVE VQDMULH, VQRDMULH (vector)Peter Maydell4-0/+40
2021-06-24target/arm: Implement MVE VQDMULL scalarPeter Maydell4-4/+119