aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/cpu_init.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-10target/ppc: Implement gathering irq statisticsBALATON Zoltan1-0/+18
2023-06-10target/ppc: Ensure stcx size matches larxNicholas Piggin1-2/+2
2023-06-10target/ppc: Fix PMU hflags calculationNicholas Piggin1-1/+1
2023-05-28target/ppc: Add POWER9 DD2.2 modelNicholas Piggin1-2/+19
2023-05-27target/ppc: Fix width of some 32-bit SPRsNicholas Piggin1-9/+9
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée1-1/+1
2023-03-02target/ppc: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé1-47/+1
2022-12-21target/ppc: Implement the DEXCR and HDEXCRNicholas Miehlbradt1-0/+25
2022-12-16target/ppc: Convert to 3-phase resetPeter Maydell1-4/+8
2022-11-17target/ppc: Fix build warnings when building with 'disable-tcg'Vaibhav Jain1-0/+2
2022-10-28target/ppc: move the p*_interrupt_powersave methods to excp_helper.cMatheus Ferst1-102/+0
2022-10-28target/ppc: unify cpu->has_work based on cs->interrupt_requestMatheus Ferst1-93/+1
2022-10-28target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_inte...Matheus Ferst1-1/+1
2022-10-28target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER7Matheus Ferst1-20/+25
2022-10-28target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_inte...Matheus Ferst1-1/+1
2022-10-28target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER8Matheus Ferst1-28/+33
2022-10-28target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_inte...Matheus Ferst1-1/+1
2022-10-28target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER9Matheus Ferst1-76/+50
2022-10-28target/ppc: define PPC_INTERRUPT_* values directlyMatheus Ferst1-28/+28
2022-10-26target/ppc: Convert to tcg_ops restore_state_to_opcRichard Henderson1-0/+10
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson1-0/+8
2022-09-20target/ppc: Add HASHKEYR and HASHPKEYR SPRsVíctor Colombo1-0/+28
2022-08-30target/ppc: Fix host PVR matching for KVMNicholas Piggin1-21/+70