aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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/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
2021-06-30Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell8-904/+1242
2021-06-30Merge remote-tracking branch 'remotes/quic/tags/pull-hex-20210629' into stagingPeter Maydell7-54/+80
2021-06-29hw/nvme: add 'zoned.zasl' to documentationKeith Busch1-0/+6
2021-06-29crypto: Make QCryptoTLSCreds* structures privatePhilippe Mathieu-Daudé11-56/+58
2021-06-29ui/vnc: Use qcrypto_tls_creds_check_endpoint()Philippe Mathieu-Daudé1-3/+4
2021-06-29migration/tls: Use qcrypto_tls_creds_check_endpoint()Philippe Mathieu-Daudé1-5/+1
2021-06-29chardev/socket: Use qcrypto_tls_creds_check_endpoint()Philippe Mathieu-Daudé1-12/+6
2021-06-29qemu-nbd: Use qcrypto_tls_creds_check_endpoint()Philippe Mathieu-Daudé1-12/+7
2021-06-29block/nbd: Use qcrypto_tls_creds_check_endpoint()Philippe Mathieu-Daudé2-6/+6
2021-06-29crypto/tlscreds: Introduce qcrypto_tls_creds_check_endpoint() helperPhilippe Mathieu-Daudé2-0/+26
2021-06-29tcg/riscv: Remove MO_BSWAP handlingRichard Henderson1-31/+33
2021-06-29tcg/aarch64: Unset TCG_TARGET_HAS_MEMORY_BSWAPRichard Henderson2-57/+32
2021-06-29tcg/arm: Unset TCG_TARGET_HAS_MEMORY_BSWAPRichard Henderson2-139/+77
2021-06-29target/mips: Fix gen_mxu_s32ldd_s32lddrRichard Henderson1-5/+1
2021-06-29target/sh4: Improve swap.b translationRichard Henderson1-2/+1
2021-06-29target/i386: Improve bswap translationRichard Henderson1-10/+4
2021-06-29target/arm: Improve REVSHRichard Henderson1-3/+1
2021-06-29target/arm: Improve vector REVRichard Henderson1-4/+2
2021-06-29target/arm: Improve REV32Richard Henderson1-13/+4
2021-06-29tcg: Make use of bswap flags in tcg_gen_qemu_st_*Richard Henderson1-6/+3
2021-06-29tcg: Make use of bswap flags in tcg_gen_qemu_ld_*Richard Henderson1-14/+10
2021-06-29tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64Richard Henderson8-55/+100
2021-06-29tcg: Handle new bswap flags during optimizeRichard Henderson1-5/+51
2021-06-29tcg/tci: Support bswap flagsRichard Henderson2-4/+22