aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2023-06-07target/arm: Only include tcg/oversized-guest.h if CONFIG_TCGRichard Henderson1-2/+3
2023-06-06Merge tag 'pull-target-arm-20230606' of https://git.linaro.org/people/pmaydel...Richard Henderson21-478/+1614
2023-06-06Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-1/+1
2023-06-06Merge tag 'pull-request-2023-06-06' of https://gitlab.com/thuth/qemu into sta...Richard Henderson6-17/+20
2023-06-06target/arm: trap DCC access in user mode emulationZhuojia Shen2-0/+7
2023-06-06target/arm: allow DC CVA[D]P in user mode emulationZhuojia Shen1-4/+2
2023-06-06target/arm: Enable FEAT_LSE2 for -cpu maxRichard Henderson1-0/+1
2023-06-06target/arm: Move mte check for store-exclusiveRichard Henderson1-6/+36
2023-06-06target/arm: Relax ordered/atomic alignment checks for LSE2Richard Henderson3-26/+104
2023-06-06target/arm: Add SCTLR.nAA to TBFLAG_A64Richard Henderson4-1/+11
2023-06-06target/arm: Check alignment in helper_mte_checkRichard Henderson3-1/+22
2023-06-06target/arm: Pass single_memop to gen_mte_checkNRichard Henderson3-15/+22
2023-06-06target/arm: Pass memop to gen_mte_check1*Richard Henderson3-42/+49
2023-06-06target/arm: Hoist finalize_memop out of do_fp_{ld, st}Richard Henderson1-20/+23
2023-06-06target/arm: Hoist finalize_memop out of do_gpr_{ld, st}Richard Henderson1-26/+35
2023-06-06target/arm: Load/store integer pair with one tcg operationRichard Henderson1-15/+55
2023-06-06target/arm: Sink gen_mte_check1 into load/store_exclusiveRichard Henderson1-23/+21
2023-06-06target/arm: Use tcg_gen_qemu_{ld, st}_i128 in gen_sve_{ld, st}rRichard Henderson1-25/+70
2023-06-06target/arm: Use tcg_gen_qemu_st_i128 for STZG, STZ2GRichard Henderson1-7/+10
2023-06-06target/arm: Use tcg_gen_qemu_{st, ld}_i128 for do_fp_{st, ld}Richard Henderson2-24/+35
2023-06-06target/arm: Use tcg_gen_qemu_ld_i128 for LDXPRichard Henderson1-11/+20
2023-06-06target/arm: Introduce finalize_memop_{atom,pair}Richard Henderson3-5/+37
2023-06-06target/arm: Add feature test for FEAT_LSE2Richard Henderson1-0/+5
2023-06-06target/arm: Add commentary for CPUARMState.exclusive_highRichard Henderson1-0/+8
2023-06-06hvf: add guest debugging handlers for Apple Silicon hostsFrancesco Cagnin3-2/+488
2023-06-06hvf: add breakpoint handlersFrancesco Cagnin2-0/+87
2023-06-06hvf: handle access for more registersFrancesco Cagnin1-0/+213
2023-06-06arm: move KVM breakpoints helpersFrancesco Cagnin4-277/+305
2023-06-06atomics: eliminate mb_read/mb_setPaolo Bonzini1-1/+1
2023-06-05target/arm: Add missing include of exec/exec-all.hRichard Henderson1-0/+1
2023-06-05target/*: Add missing includes of exec/translation-block.hRichard Henderson3-2/+3
2023-06-05target/mips: Tidy helpers for translationRichard Henderson9-27/+8
2023-06-05target/arm: Tidy helpers for translationRichard Henderson9-46/+9
2023-06-05target/ppc: Inline gen_icount_io_start()Philippe Mathieu-Daudé3-40/+35
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson29-260/+82
2023-06-05tcg: Remove NO_CPU_IO_DEFSRichard Henderson2-4/+0
2023-06-05tcg: Add insn_start_words to TCGContextRichard Henderson2-2/+2
2023-06-05target/sh4: Emit insn_start for each insn in gUSA regionRichard Henderson1-3/+12
2023-06-05tcg: Split helper-proto.hRichard Henderson2-0/+2
2023-06-05tcg: Split helper-gen.hRichard Henderson1-5/+3
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson21-2/+88
2023-06-05target/hexagon: Include helper-gen.h where neededRichard Henderson3-1/+4
2023-06-05target/arm: Include helper-gen.h in translator.hRichard Henderson5-7/+1
2023-06-05tcg: Move TCGv, dup_const_tl definitions to tcg-op.hRichard Henderson1-0/+1
2023-06-05tcg: Split out tcg/oversized-guest.hRichard Henderson2-0/+2
2023-06-05target/arm: Fix test of TCG_OVERSIZED_GUESTRichard Henderson1-1/+6
2023-06-05*: Add missing includes of tcg/tcg.hRichard Henderson2-0/+4
2023-06-05target/*: Add missing includes of tcg/debug-assert.hRichard Henderson4-0/+4
2023-06-05target/avr: Add missing includes of qemu/error-report.hRichard Henderson1-0/+1
2023-06-05s390x/tcg: Fix CPU address returned by STIDPIlya Leoshkevich2-3/+11