aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/cpu_init.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-26ppc/pnv: Add an LPAR per core machine optionNicholas Piggin1-1/+2
2024-07-26target/ppc: Add helpers to check for SMT sibling threadsNicholas Piggin1-1/+1
2024-07-26target/ppc: Move SPR indirect registers into PnvCoreNicholas Piggin1-10/+11
2024-07-26target/ppc/cpu_init: Synchronize HASHPKEYR with KVM for migrationShivaprasad G Bhat1-2/+2
2024-07-26target/ppc/cpu_init: Synchronize HASHKEYR with KVM for migrationShivaprasad G Bhat1-2/+2
2024-07-26target/ppc/cpu_init: Synchronize DEXCR with KVM for migrationShivaprasad G Bhat1-2/+2
2024-07-11target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementationPeter Maydell1-0/+2
2024-05-24target/ppc: Add a function to check for page protection bitBALATON Zoltan1-0/+5
2024-05-24target/ppc: Split off common embedded TLB initBALATON Zoltan1-29/+17
2024-05-24target/ppc: Remove id_tlbs flag from CPU envBALATON Zoltan1-14/+5
2024-05-24target/ppc: Implement SPRC/SPRD SPRsNicholas Piggin1-0/+10
2024-05-24target/ppc: Implement LDBAR, TTR SPRsNicholas Piggin1-0/+10
2024-05-24target/ppc: Add SMT support to simple SPRsNicholas Piggin1-6/+6
2024-05-24target/ppc: Add PPR32 SPRNicholas Piggin1-0/+12
2024-05-24target/ppc: BookE DECAR SPR is 32-bitNicholas Piggin1-1/+1
2024-05-24target/ppc: Implement attn instruction on BookS 64-bit processorsNicholas Piggin1-0/+69
2024-05-24target/ppc: Add recording of taken branches to BHRBGlenn Miles1-1/+36
2024-05-24target/ppc: Add new hflags to support BHRBGlenn Miles1-2/+2
2024-05-24spapr: avoid overhead of finding vhyp class in critical operationsNicholas Piggin1-6/+3
2024-04-29target/ppc/cpu_init: Remove "PowerPC" prefix from the CPU listThomas Huth1-4/+5
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell1-2/+2
2024-04-02target/ppc: Rename init_excp_4xx_softmmu() -> init_excp_4xx()Philippe Mathieu-Daudé1-2/+2
2024-03-30target/ppc: Restore [H]DEXCR to 64-bitsBenjamin Gray1-2/+2
2024-03-13Merge tag 'pull-ppc-for-9.0-2-20240313' of https://gitlab.com/npiggin/qemu in...Peter Maydell1-8/+38
2024-03-13target/ppc: Add power10 pmu SPRsMadhavan Srinivasan1-0/+34
2024-03-13target/ppc: POWER10 does not have transactional memoryNicholas Piggin1-3/+2
2024-03-13ppc: Drop support for POWER9 and POWER10 DD1 chipsNicholas Piggin1-5/+2
2024-03-12target/ppc: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé1-8/+3
2024-03-12target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handlerPhilippe Mathieu-Daudé1-6/+6
2024-02-28hw/core/cpu: Remove gdb_get_dynamic_xml memberAkihiko Odaki1-3/+0
2024-02-28target/ppc: Use GDBFeature for dynamic XMLAkihiko Odaki1-4/+0
2024-02-23target/ppc: Rename registers to match ISANicholas Piggin1-10/+10
2024-02-03target/ppc: Populate CPUClass.mmu_indexRichard Henderson1-0/+6
2024-02-03target/ppc: Split out ppc_env_mmu_indexRichard Henderson1-1/+1
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson1-1/+1
2024-01-05target: Use generic cpu_model_from_type()Gavin Shan1-2/+1
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson1-1/+0
2023-09-20ppc: spelling fixesMichael Tokarev1-2/+2
2023-09-06target/ppc: Implement watchpoint debug facility for v2.07SNicholas Piggin1-2/+4
2023-09-06target/ppc: Implement breakpoint debug facility for v2.07SNicholas Piggin1-1/+4
2023-09-06ppc: Add stub implementation of TRIG SPRsJoel Stanley1-0/+10
2023-07-07target/ppc: Restrict 'kvm_ppc.h' to sysemu in cpu_init.cPhilippe Mathieu-Daudé1-1/+1
2023-07-07target/ppc: Machine check on invalid real address access on POWER9/10Nicholas Piggin1-0/+1
2023-07-07target/ppc: SMT support for the HID SPRNicholas Piggin1-1/+1
2023-07-07target/ppc: Add LPAR-per-core vs per-thread mode flagNicholas Piggin1-0/+12
2023-07-07target/ppc: Add TFMR SPR implementation with read and write helpersNicholas Piggin1-1/+1
2023-07-07target/ppc: Tidy POWER book4 SPR registrationNicholas Piggin1-27/+55
2023-06-25target/ppc: Add initial flags and helpers for SMT supportNicholas Piggin1-0/+5
2023-06-25target/ppc: Implement HEIR SPRNicholas Piggin1-0/+23
2023-06-20target/ppc: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé1-10/+10