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