aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2023-06-06Merge tag 'pull-target-arm-20230606' of https://git.linaro.org/people/pmaydel...Richard Henderson
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-06target/arm: trap DCC access in user mode emulationZhuojia Shen
2023-06-06target/arm: allow DC CVA[D]P in user mode emulationZhuojia Shen
2023-06-06target/arm: Enable FEAT_LSE2 for -cpu maxRichard Henderson
2023-06-06target/arm: Move mte check for store-exclusiveRichard Henderson
2023-06-06target/arm: Relax ordered/atomic alignment checks for LSE2Richard Henderson
2023-06-06target/arm: Add SCTLR.nAA to TBFLAG_A64Richard Henderson
2023-06-06target/arm: Check alignment in helper_mte_checkRichard Henderson
2023-06-06target/arm: Pass single_memop to gen_mte_checkNRichard Henderson
2023-06-06target/arm: Pass memop to gen_mte_check1*Richard Henderson
2023-06-06target/arm: Hoist finalize_memop out of do_fp_{ld, st}Richard Henderson
2023-06-06target/arm: Hoist finalize_memop out of do_gpr_{ld, st}Richard Henderson
2023-06-06target/arm: Load/store integer pair with one tcg operationRichard Henderson
2023-06-06target/arm: Sink gen_mte_check1 into load/store_exclusiveRichard Henderson
2023-06-06target/arm: Use tcg_gen_qemu_{ld, st}_i128 in gen_sve_{ld, st}rRichard Henderson
2023-06-06target/arm: Use tcg_gen_qemu_st_i128 for STZG, STZ2GRichard Henderson
2023-06-06target/arm: Use tcg_gen_qemu_{st, ld}_i128 for do_fp_{st, ld}Richard Henderson
2023-06-06target/arm: Use tcg_gen_qemu_ld_i128 for LDXPRichard Henderson
2023-06-06target/arm: Introduce finalize_memop_{atom,pair}Richard Henderson
2023-06-06target/arm: Add feature test for FEAT_LSE2Richard Henderson
2023-06-06target/arm: Add commentary for CPUARMState.exclusive_highRichard Henderson
2023-06-06hvf: add guest debugging handlers for Apple Silicon hostsFrancesco Cagnin
2023-06-06hvf: add breakpoint handlersFrancesco Cagnin
2023-06-06hvf: handle access for more registersFrancesco Cagnin
2023-06-06arm: move KVM breakpoints helpersFrancesco Cagnin
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