aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/cpu_init.c
AgeCommit message (Expand)Author
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é
2023-06-10target/ppc: Implement gathering irq statisticsBALATON Zoltan
2023-06-10target/ppc: Ensure stcx size matches larxNicholas Piggin
2023-06-10target/ppc: Fix PMU hflags calculationNicholas Piggin
2023-05-28target/ppc: Add POWER9 DD2.2 modelNicholas Piggin
2023-05-27target/ppc: Fix width of some 32-bit SPRsNicholas Piggin
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée
2023-03-02target/ppc: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé
2022-12-21target/ppc: Implement the DEXCR and HDEXCRNicholas Miehlbradt
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-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: 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: 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: 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: define PPC_INTERRUPT_* values directlyMatheus Ferst
2022-10-26target/ppc: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson
2022-09-20target/ppc: Add HASHKEYR and HASHPKEYR SPRsVíctor Colombo
2022-08-30target/ppc: Fix host PVR matching for KVMNicholas Piggin
2022-07-18target/ppc: check tb_env != 0 before printing TBU/TBL/DECRMatheus Ferst
2022-07-18target/ppc: Move tlbie[l] to decode treeLeandro Lupori
2022-07-18ppc: Remove unused irq_inputsCédric Le Goater
2022-07-06target/ppc: Return default CPU for max CPUMurilo Opsfelder Araujo
2022-07-06target/ppc: Add flag for ISA v2.06 BCDA instructionsMatheus Ferst
2022-06-20target/ppc: cpu_init: Clean up stop state on cpu resetFrederic Barrat
2022-05-26target/ppc: Implement lwsync with weaker memory orderingNicholas Piggin
2022-05-09disas: Remove old libopcode ppc disassemblerThomas Huth
2022-05-05target/ppc: Remove msr_hv macroVíctor Colombo
2022-05-05target/ppc: Remove msr_ee macroVíctor Colombo
2022-05-05target/ppc: Remove msr_le macroVíctor Colombo
2022-05-05target/ppc: Remove msr_pr macroVíctor Colombo
2022-04-20target/ppc: Add two missing register callbacks on POWER10Frederic Barrat
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau
2022-03-02target/ppc: add PPC_INTERRUPT_EBB and EBB exceptionsDaniel Henrique Barboza
2022-03-02target/ppc: make power8-pmu.c CONFIG_TCG onlyDaniel Henrique Barboza
2022-02-18target/ppc: Move common SPR functions out of cpu_initFabiano Rosas
2022-02-18target/ppc: cpu_init: Move check_pow and QOM macros to a headerFabiano Rosas