aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2023-06-10Merge tag 'pull-ppc-20230610' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson
2023-06-10target/ppc: Implement gathering irq statisticsBALATON Zoltan
2023-06-10target/ppc: Rework store conditional to avoid branchNicholas Piggin
2023-06-10target/ppc: Remove larx/stcx. memory barrier semanticsNicholas Piggin
2023-06-10target/ppc: Ensure stcx size matches larxNicholas Piggin
2023-06-10target/ppc: Fix lqarx to set cpu_reserveNicholas Piggin
2023-06-10target/ppc: Eliminate goto in mmubooke_check_tlb()BALATON Zoltan
2023-06-10target/ppc: Change ppcemb_tlb_check() to return boolBALATON Zoltan
2023-06-10target/ppc: Simplify ppcemb_tlb_search()BALATON Zoltan
2023-06-10target/ppc: Remove some unneded line breaksBALATON Zoltan
2023-06-10target/ppc: Move ppcemb_tlb_search() to mmu_common.cBALATON Zoltan
2023-06-10target/ppc: Remove "ext" parameter of ppcemb_tlb_check()BALATON Zoltan
2023-06-10target/ppc: Remove single use functionBALATON Zoltan
2023-06-10target/ppc: PMU implement PERFM interruptsNicholas Piggin
2023-06-10target/ppc: Support directed privileged doorbell interrupt (SDOOR)Nicholas Piggin
2023-06-10target/ppc: Fix msgclrp interrupt typeNicholas Piggin
2023-06-10target/ppc: PMU do not clear MMCR0[FCECE] on performance monitor alertNicholas Piggin
2023-06-10target/ppc: Fix PMU hflags calculationNicholas Piggin
2023-06-10target/ppc: Fix nested-hv HEAI deliveryNicholas Piggin
2023-06-09target/m68k/fpu_helper: Use FloatRelation enum to hold comparison resultPhilippe Mathieu-Daudé
2023-06-07Merge tag 'pull-tricore-20230607' of https://github.com/bkoppelmann/qemu into...Richard Henderson
2023-06-07target/tricore: Fix wrong PSW for call insnsBastian Koppelmann
2023-06-07target/tricore: Refactor PCXI/ICR register fieldsBastian Koppelmann
2023-06-07target/arm: Only include tcg/oversized-guest.h if CONFIG_TCGRichard Henderson
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