aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)Author
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
2022-11-17target/ppc: Fix build warnings when building with 'disable-tcg'Vaibhav Jain
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson
2022-10-29target/ppc: Fix regression in Radix MMULeandro Lupori
2022-10-28target/ppc: Increment PMC5 with inline insnsLeandro Lupori
2022-10-28target/ppc: Add new PMC HFLAGSLeandro Lupori
2022-10-28target/ppc: move the p*_interrupt_powersave methods to excp_helper.cMatheus Ferst
2022-10-28target/ppc: unify cpu->has_work based on cs->interrupt_requestMatheus Ferst
2022-10-28target/ppc: introduce ppc_maybe_interruptMatheus Ferst
2022-10-28target/ppc: remove ppc_store_lpcr from CONFIG_USER_ONLY buildsMatheus Ferst
2022-10-28target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_inte...Matheus Ferst
2022-10-28target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER7Matheus Ferst
2022-10-28target/ppc: remove generic architecture checks from p7_deliver_interruptMatheus Ferst
2022-10-28target/ppc: remove unused interrupts from p7_deliver_interruptMatheus Ferst
2022-10-28target/ppc: create an interrupt deliver method for POWER7Matheus Ferst
2022-10-28target/ppc: remove unused interrupts from p7_next_unmasked_interruptMatheus Ferst
2022-10-28target/ppc: create an interrupt masking method for POWER7Matheus Ferst
2022-10-28target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_inte...Matheus Ferst
2022-10-28target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER8Matheus Ferst
2022-10-28target/ppc: remove generic architecture checks from p8_deliver_interruptMatheus Ferst
2022-10-28target/ppc: remove unused interrupts from p8_deliver_interruptMatheus Ferst
2022-10-28target/ppc: create an interrupt deliver method for POWER8Matheus Ferst
2022-10-28target/ppc: remove unused interrupts from p8_next_unmasked_interruptMatheus Ferst
2022-10-28target/ppc: create an interrupt masking method for POWER8Matheus Ferst
2022-10-28target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_inte...Matheus Ferst
2022-10-28target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER9Matheus Ferst
2022-10-28target/ppc: remove generic architecture checks from p9_deliver_interruptMatheus Ferst
2022-10-28target/ppc: remove unused interrupts from p9_deliver_interruptMatheus Ferst
2022-10-28target/ppc: create an interrupt deliver method for POWER9/POWER10Matheus Ferst