aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-28target/ppc: Add new PMC HFLAGSLeandro Lupori3-1/+13
2022-10-28target/ppc: move the p*_interrupt_powersave methods to excp_helper.cMatheus Ferst3-108/+102
2022-10-28target/ppc: unify cpu->has_work based on cs->interrupt_requestMatheus Ferst1-93/+1
2022-10-28target/ppc: introduce ppc_maybe_interruptMatheus Ferst6-1/+58
2022-10-28target/ppc: remove ppc_store_lpcr from CONFIG_USER_ONLY buildsMatheus Ferst2-1/+3
2022-10-28target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_inte...Matheus Ferst3-13/+14
2022-10-28target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER7Matheus Ferst1-20/+25
2022-10-28target/ppc: remove generic architecture checks from p7_deliver_interruptMatheus Ferst1-3/+0