aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-02g364fb: add VMStateDescription for G364SysBusStateMark Cave-Ayland
2021-07-02g364fb: use RAM memory region for framebufferMark Cave-Ayland
2021-07-02tests/acceptance: Test Linux on the Fuloong 2E machinePhilippe Mathieu-Daudé
2021-07-02hw/pci-host/bonito: Allow PCI config accesses smaller than 32-bitPhilippe Mathieu-Daudé
2021-07-02hw/pci-host/bonito: Trace PCI config accesses smaller than 32-bitPhilippe Mathieu-Daudé
2021-07-02target/mips: Extract nanoMIPS ISA translation routinesPhilippe Mathieu-Daudé
2021-07-02target/mips: Extract the microMIPS ISA translation routinesPhilippe Mathieu-Daudé
2021-07-02target/mips: Extract Code Compaction ASE translation routinesPhilippe Mathieu-Daudé
2021-07-02target/mips: Add declarations for generic TCG helpersPhilippe Mathieu-Daudé
2021-07-01Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210629' into...Peter Maydell
2021-07-01Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...Peter Maydell
2021-06-30python: Fix broken ReST docstringsJohn Snow
2021-06-30python: remove auto-generated pyproject.toml fileJohn Snow
2021-06-30python: Update help text on 'make clean', 'make distclean'John Snow
2021-06-30python: Update help text on 'make check', 'make develop'John Snow
2021-06-30python: add 'make check-dev' invocationJohn Snow
2021-06-30python: only check qemu/ subdir with flake8John Snow
2021-06-30python: Fix .PHONY Make specifiersJohn Snow
2021-06-30python: update help text for check-toxJohn Snow
2021-06-30python: rename 'venv-check' target to 'check-pipenv'John Snow
2021-06-30python: Add no-install usage instructionsJohn Snow
2021-06-30python: README.rst touchupsJohn Snow
2021-06-30python: Re-lock pipenv at *oldest* supported versionsJohn Snow
2021-06-30python: Remove global pylint suppressionsJohn Snow
2021-06-30python: expose typing information via PEP 561John Snow
2021-06-30python/qom: Do not use 'err' name at module scopeJohn Snow
2021-06-30Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell
2021-06-30Merge remote-tracking branch 'remotes/quic/tags/pull-hex-20210629' into stagingPeter Maydell
2021-06-29hw/nvme: add 'zoned.zasl' to documentationKeith Busch
2021-06-29tcg/riscv: Remove MO_BSWAP handlingRichard Henderson
2021-06-29tcg/aarch64: Unset TCG_TARGET_HAS_MEMORY_BSWAPRichard Henderson
2021-06-29tcg/arm: Unset TCG_TARGET_HAS_MEMORY_BSWAPRichard Henderson
2021-06-29target/mips: Fix gen_mxu_s32ldd_s32lddrRichard Henderson
2021-06-29target/sh4: Improve swap.b translationRichard Henderson
2021-06-29target/i386: Improve bswap translationRichard Henderson
2021-06-29target/arm: Improve REVSHRichard Henderson
2021-06-29target/arm: Improve vector REVRichard Henderson
2021-06-29target/arm: Improve REV32Richard Henderson
2021-06-29tcg: Make use of bswap flags in tcg_gen_qemu_st_*Richard Henderson
2021-06-29tcg: Make use of bswap flags in tcg_gen_qemu_ld_*Richard Henderson
2021-06-29tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64Richard Henderson
2021-06-29tcg: Handle new bswap flags during optimizeRichard Henderson
2021-06-29tcg/tci: Support bswap flagsRichard Henderson
2021-06-29tcg/mips: Support bswap flags in tcg_out_bswap32Richard Henderson
2021-06-29tcg/mips: Support bswap flags in tcg_out_bswap16Richard Henderson
2021-06-29tcg/s390: Support bswap flagsRichard Henderson
2021-06-29tcg/ppc: Use power10 byte-reverse instructionsRichard Henderson
2021-06-29tcg/ppc: Support bswap flagsRichard Henderson
2021-06-29tcg/ppc: Split out tcg_out_bswap64Richard Henderson
2021-06-29tcg/ppc: Split out tcg_out_bswap32Richard Henderson