aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2023-06-06Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2023-06-06Merge tag 'pull-request-2023-06-06' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2023-06-06atomics: eliminate mb_read/mb_setPaolo Bonzini
2023-06-05target/arm: Add missing include of exec/exec-all.hRichard Henderson
2023-06-05target/*: Add missing includes of exec/translation-block.hRichard Henderson
2023-06-05target/mips: Tidy helpers for translationRichard Henderson
2023-06-05target/arm: Tidy helpers for translationRichard Henderson
2023-06-05target/ppc: Inline gen_icount_io_start()Philippe Mathieu-Daudé
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson
2023-06-05tcg: Remove NO_CPU_IO_DEFSRichard Henderson
2023-06-05tcg: Add insn_start_words to TCGContextRichard Henderson
2023-06-05target/sh4: Emit insn_start for each insn in gUSA regionRichard Henderson
2023-06-05tcg: Split helper-proto.hRichard Henderson
2023-06-05tcg: Split helper-gen.hRichard Henderson
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson
2023-06-05target/hexagon: Include helper-gen.h where neededRichard Henderson
2023-06-05target/arm: Include helper-gen.h in translator.hRichard Henderson
2023-06-05tcg: Move TCGv, dup_const_tl definitions to tcg-op.hRichard Henderson
2023-06-05tcg: Split out tcg/oversized-guest.hRichard Henderson
2023-06-05target/arm: Fix test of TCG_OVERSIZED_GUESTRichard Henderson
2023-06-05*: Add missing includes of tcg/tcg.hRichard Henderson
2023-06-05target/*: Add missing includes of tcg/debug-assert.hRichard Henderson
2023-06-05target/avr: Add missing includes of qemu/error-report.hRichard Henderson
2023-06-05s390x/tcg: Fix CPU address returned by STIDPIlya Leoshkevich
2023-06-05target/s390x: Fix MXDB and MXDBRIlya Leoshkevich
2023-06-05target/s390x: Fix LOCFHR taking the wrong half of R2Ilya Leoshkevich
2023-06-05target/s390x: Fix LCBB overwriting the top 32 bitsIlya Leoshkevich
2023-05-30target/arm: Explain why we need to select ARM_V7MFabiano Rosas
2023-05-30target/arm: Explicitly select short-format FSR for M-profilePeter Maydell
2023-05-28target/ppc: Add POWER9 DD2.2 modelNicholas Piggin
2023-05-28target/ppc: Merge COMPUTE_CLASS and COMPUTE_FPRFRichard Henderson
2023-05-28target/ppc: Use SMT4 small core chip type in POWER9/10 PVRsNicholas Piggin
2023-05-28spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 support for H_SET_MODE hcallNicholas Piggin
2023-05-27target/ppc: Alignment faults do not set DSISR in ISA v3.0 onwardNicholas Piggin
2023-05-27target/ppc: Fix width of some 32-bit SPRsNicholas Piggin
2023-05-27target/ppc: Fix fallback to MFSS for MFFS* instructions on pre 3.0 ISAsRichard Purdie
2023-05-26Merge tag 'pull-hex-20230526' of https://github.com/quic/qemu into stagingRichard Henderson
2023-05-26Hexagon: fix outdated `hex_new_*` commentsMatheus Tavares Bernardino
2023-05-26target/hexagon/*.py: clean up used 'toss' and 'numregs' varsMatheus Tavares Bernardino
2023-05-26Hexagon (target/hexagon) Fix assignment to tmp registersMarco Liebel
2023-05-26target/loongarch: Fix the vinsgr2vr/vpickve2gr instructions cause system core...Song Gao
2023-05-26target/loongarch: Fix LD/ST{LE/GT} instructions get wrong CSR_ERA and CSR_BADVSong Gao
2023-05-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2023-05-25target/i386: EPYC-Rome model without XSAVESMaksim Davydov
2023-05-23tcg: Remove DEBUG_DISASRichard Henderson
2023-05-23qemu/atomic128: Split atomic16_readRichard Henderson
2023-05-23target/s390x: Always use cpu_atomic_cmpxchgl_be_mmu in do_csstRichard Henderson
2023-05-23target/s390x: Use cpu_{ld,st}*_mmu in do_csstRichard Henderson
2023-05-23accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmuRichard Henderson
2023-05-23target/s390x: Use tcg_gen_qemu_{ld,st}_i128 for LPQ, STPQRichard Henderson