aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)Author
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: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson
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-23target/ppc: Use tcg_gen_qemu_{ld,st}_i128 for LQARX, LQ, STQRichard Henderson
2023-05-05tcg: ppc64: Fix mask generation for vextractdmShivaprasad G Bhat
2023-05-05ppc: spapr: cleanup cr get/set with helpers.Harsh Prateek Bora
2023-04-09target/ppc: Fix temp usage in gen_op_arith_modwRichard Henderson
2023-03-24target/ppc: Fix helper_pminsn() prototypeCédric Le Goater
2023-03-13target/ppc: Avoid tcg_const_* in translate.cRichard Henderson
2023-03-13target/ppc: Fix gen_tlbsx_booke206Richard Henderson
2023-03-13target/ppc: Rewrite trans_ADDG6SRichard Henderson
2023-03-13target/ppc: Avoid tcg_const_* in power8-pmu-regs.c.incRichard Henderson
2023-03-13target/ppc: Avoid tcg_const_* in fp-impl.c.incRichard Henderson
2023-03-13target/ppc: Avoid tcg_const_* in vsx-impl.c.incRichard Henderson
2023-03-13target/ppc: Avoid tcg_const_* in xxevalRichard Henderson
2023-03-13target/ppc: Avoid tcg_const_* in vmx-impl.c.incRichard Henderson
2023-03-13target/ppc: Avoid tcg_const_i64 in do_vcntmbRichard Henderson
2023-03-13target/ppc: Avoid tcg_const_i64 in do_vector_shift_quadRichard Henderson
2023-03-13target/ppc: Split out gen_vx_vmul10Richard Henderson
2023-03-13target/ppc: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée
2023-03-05target/ppc: Drop tcg_temp_freeRichard Henderson
2023-03-05accel/tcg: Remove translator_loop_temp_checkRichard Henderson
2023-03-03target/ppc/translate: Add dummy implementation for dcblc instructionBernhard Beschow
2023-03-02Merge tag 'pull-monitor-2023-03-02' of https://repo.or.cz/qemu/armbru into st...Peter Maydell
2023-03-02target/ppc: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé
2023-03-01target/ppc: Don't use tcg_temp_local_newRichard Henderson
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson
2023-02-27target/ppc: Fix warning with clang-15Pierrick Bouvier
2023-02-27target/ppc/kvm: Remove unused "sysbus.h" headerPhilippe Mathieu-Daudé
2023-02-27target/ppc/internal: Restrict MMU declarations to sysemuPhilippe Mathieu-Daudé
2023-02-27target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé
2023-02-04target/ppc: Use tcg_gen_atomic_cmpxchg_i128 for STQCXRichard Henderson
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé
2023-01-04target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in cpu_interrupt_exittbRichard Henderson
2023-01-04target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_maybe_interruptRichard Henderson
2022-12-21target/ppc: Check DEXCR on hash{st, chk} instructionsNicholas Miehlbradt
2022-12-21target/ppc: Implement the DEXCR and HDEXCRNicholas Miehlbradt
2022-12-21target/ppc/mmu_common: Fix table layout of "info tlb" HMP commandBernhard Beschow
2022-12-21target/ppc/mmu_common: Log which effective address had no TLB entry foundBernhard Beschow
2022-12-21target/ppc/kvm: Add missing "cpu.h" and "exec/hwaddr.h"Philippe Mathieu-Daudé
2022-12-16target/ppc: Convert to 3-phase resetPeter Maydell