aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-02tests/acceptance: Test Linux on the Fuloong 2E machinePhilippe Mathieu-Daudé2-0/+43
2021-07-02hw/pci-host/bonito: Allow PCI config accesses smaller than 32-bitPhilippe Mathieu-Daudé1-2/+2
2021-07-02target/arm: Implement MVE shifts by registerPeter Maydell5-4/+57
2021-07-02target/arm: Implement MVE shifts by immediatePeter Maydell5-10/+105
2021-07-02target/arm: Implement MVE long shifts by registerPeter Maydell5-3/+182
2021-07-02target/arm: Implement MVE long shifts by immediatePeter Maydell5-0/+132
2021-07-02target/arm: Implement MVE VADDLVPeter Maydell4-1/+90
2021-07-02target/arm: Implement MVE VSHLCPeter Maydell4-0/+72
2021-07-02target/arm: Implement MVE saturating narrowing shiftsPeter Maydell4-0/+174
2021-07-02target/arm: Implement MVE VSHRN, VRSHRNPeter Maydell4-0/+76
2021-07-02target/arm: Implement MVE VSRI, VSLIPeter Maydell4-0/+62
2021-07-02target/arm: Implement MVE VSHLLPeter Maydell4-4/+105
2021-07-02target/arm: Implement MVE vector shift right by immediate insnsPeter Maydell6-18/+72
2021-07-02target/arm: Implement MVE vector shift left by immediate insnsPeter Maydell4-0/+147
2021-07-02target/arm: Implement MVE logical immediate insnsPeter Maydell4-0/+95
2021-07-02target/arm: Use dup_const() instead of bitfield_replicate()Peter Maydell1-1/+1
2021-07-02target/arm: Use asimd_imm_const for A64 decodePeter Maydell3-82/+24
2021-07-02target/arm: Make asimd_imm_const() publicPeter Maydell3-63/+73
2021-07-02target/arm: Fix bugs in MVE VRMLALDAVH, VRMLSLDAVHPeter Maydell1-17/+21
2021-07-02target/arm: Fix MVE widening/narrowing VLDR/VSTR offset calculationPeter Maydell1-8/+9
2021-07-02hw/gpio/gpio_pwr: use shutdown function for rebootMaxim Uvarov1-1/+1
2021-07-02target/arm: Check NaN mode before silencing NaNJoe Komlodi2-9/+27
2021-07-02tests: Boot and halt a Linux guest on the Raspberry Pi 2 machinePhilippe Mathieu-Daudé1-0/+43
2021-07-02hw/arm: Add basic power management to raspi.Nolan Leake5-2/+204
2021-07-02docs/system/arm: Add quanta-gbs-bmc referencePatrick Venture1-2/+3
2021-07-02docs/system/arm: Add quanta-q7l1-bmc referencePatrick Venture1-0/+1
2021-07-02Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell32-303/+599
2021-07-02hw/pci-host/bonito: Trace PCI config accesses smaller than 32-bitPhilippe Mathieu-Daudé2-0/+11
2021-07-02target/mips: Extract nanoMIPS ISA translation routinesPhilippe Mathieu-Daudé3-4922/+4925
2021-07-02target/mips: Extract the microMIPS ISA translation routinesPhilippe Mathieu-Daudé2-3225/+3237
2021-07-02target/mips: Extract Code Compaction ASE translation routinesPhilippe Mathieu-Daudé2-1117/+1129
2021-07-02target/mips: Add declarations for generic TCG helpersPhilippe Mathieu-Daudé2-5/+9
2021-07-02Merge remote-tracking branch 'remotes/berrange-gitlab/tags/tls-deps-pull-requ...Peter Maydell18-94/+108
2021-07-01Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210629' into...Peter Maydell32-1092/+1456
2021-07-01Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...Peter Maydell17-104/+187
2021-06-30python: Fix broken ReST docstringsJohn Snow5-6/+8
2021-06-30python: remove auto-generated pyproject.toml fileJohn Snow1-0/+2
2021-06-30python: Update help text on 'make clean', 'make distclean'John Snow1-4/+7
2021-06-30python: Update help text on 'make check', 'make develop'John Snow1-3/+7
2021-06-30python: add 'make check-dev' invocationJohn Snow2-2/+34
2021-06-30python: only check qemu/ subdir with flake8John Snow2-3/+1
2021-06-30python: Fix .PHONY Make specifiersJohn Snow1-2/+8
2021-06-30python: update help text for check-toxJohn Snow1-2/+6
2021-06-30python: rename 'venv-check' target to 'check-pipenv'John Snow3-12/+13
2021-06-30python: Add no-install usage instructionsJohn Snow1-0/+28
2021-06-30python: README.rst touchupsJohn Snow1-8/+9
2021-06-30python: Re-lock pipenv at *oldest* supported versionsJohn Snow2-61/+56
2021-06-30python: Remove global pylint suppressionsJohn Snow3-3/+6
2021-06-30python: expose typing information via PEP 561John Snow4-0/+4
2021-06-30python/qom: Do not use 'err' name at module scopeJohn Snow1-2/+2