aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
2023-05-28target/ppc: Add POWER9 DD2.2 modelNicholas Piggin3-3/+23
2023-05-28target/ppc: Merge COMPUTE_CLASS and COMPUTE_FPRFRichard Henderson1-56/+22
2023-05-28target/ppc: Use SMT4 small core chip type in POWER9/10 PVRsNicholas Piggin1-3/+3
2023-05-28spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 support for H_SET_MODE hcallNicholas Piggin2-0/+13
2023-05-27target/ppc: Alignment faults do not set DSISR in ISA v3.0 onwardNicholas Piggin1-7/+10
2023-05-27target/ppc: Fix width of some 32-bit SPRsNicholas Piggin6-27/+27
2023-05-27target/ppc: Fix fallback to MFSS for MFFS* instructions on pre 3.0 ISAsRichard Purdie2-13/+29
2023-05-23target/ppc: Use tcg_gen_qemu_{ld,st}_i128 for LQARX, LQ, STQRichard Henderson5-132/+11
2023-05-05tcg: ppc64: Fix mask generation for vextractdmShivaprasad G Bhat1-1/+1
2023-05-05ppc: spapr: cleanup cr get/set with helpers.Harsh Prateek Bora5-34/+26
2023-04-09target/ppc: Fix temp usage in gen_op_arith_modwRichard Henderson1-2/+2
2023-03-24target/ppc: Fix helper_pminsn() prototypeCédric Le Goater1-1/+1
2023-03-13target/ppc: Avoid tcg_const_* in translate.cRichard Henderson1-70/+72
2023-03-13target/ppc: Fix gen_tlbsx_booke206Richard Henderson1-4/+2
2023-03-13target/ppc: Rewrite trans_ADDG6SRichard Henderson1-24/+26
2023-03-13target/ppc: Avoid tcg_const_* in power8-pmu-regs.c.incRichard Henderson1-2/+2
2023-03-13target/ppc: Avoid tcg_const_* in fp-impl.c.incRichard Henderson1-14/+12
2023-03-13target/ppc: Avoid tcg_const_* in vsx-impl.c.incRichard Henderson1-14/+14
2023-03-13target/ppc: Avoid tcg_const_* in xxevalRichard Henderson1-3/+5
2023-03-13target/ppc: Avoid tcg_const_* in vmx-impl.c.incRichard Henderson1-5/+5
2023-03-13target/ppc: Avoid tcg_const_i64 in do_vcntmbRichard Henderson1-10/+11
2023-03-13target/ppc: Avoid tcg_const_i64 in do_vector_shift_quadRichard Henderson1-1/+3
2023-03-13target/ppc: Split out gen_vx_vmul10Richard Henderson1-46/+49
2023-03-13target/ppc: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée2-1/+2
2023-03-05target/ppc: Drop tcg_temp_freeRichard Henderson9-1094/+7
2023-03-05accel/tcg: Remove translator_loop_temp_checkRichard Henderson1-2/+0
2023-03-03target/ppc/translate: Add dummy implementation for dcblc instructionBernhard Beschow1-0/+9
2023-03-02Merge tag 'pull-monitor-2023-03-02' of https://repo.or.cz/qemu/armbru into st...Peter Maydell4-49/+53
2023-03-02target/ppc: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé4-49/+53
2023-03-01target/ppc: Don't use tcg_temp_local_newRichard Henderson3-9/+9
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson1-1/+1
2023-02-27target/ppc: Fix warning with clang-15Pierrick Bouvier1-2/+2
2023-02-27target/ppc/kvm: Remove unused "sysbus.h" headerPhilippe Mathieu-Daudé1-1/+0
2023-02-27target/ppc/internal: Restrict MMU declarations to sysemuPhilippe Mathieu-Daudé1-0/+5
2023-02-27target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé1-1/+1
2023-02-04target/ppc: Use tcg_gen_atomic_cmpxchg_i128 for STQCXRichard Henderson3-101/+47
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé4-28/+28
2023-01-04target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in cpu_interrupt_exittbRichard Henderson1-10/+4
2023-01-04target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_maybe_interruptRichard Henderson1-10/+1
2022-12-21target/ppc: Check DEXCR on hash{st, chk} instructionsNicholas Miehlbradt1-15/+43
2022-12-21target/ppc: Implement the DEXCR and HDEXCRNicholas Miehlbradt4-0/+64
2022-12-21target/ppc/mmu_common: Fix table layout of "info tlb" HMP commandBernhard Beschow1-1/+1
2022-12-21target/ppc/mmu_common: Log which effective address had no TLB entry foundBernhard Beschow1-1/+2
2022-12-21target/ppc/kvm: Add missing "cpu.h" and "exec/hwaddr.h"Philippe Mathieu-Daudé1-0/+3
2022-12-16target/ppc: Convert to 3-phase resetPeter Maydell2-6/+10
2022-11-17target/ppc: Fix build warnings when building with 'disable-tcg'Vaibhav Jain2-0/+4
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson1-1/+1
2022-10-29target/ppc: Fix regression in Radix MMULeandro Lupori1-8/+21
2022-10-28target/ppc: Increment PMC5 with inline insnsLeandro Lupori4-39/+67