summary refs log tree commit diff stats
path: root/target/ppc/cpu_init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson2024-01-291-1/+1
* target: Use generic cpu_model_from_type()Gavin Shan2024-01-051-2/+1
* accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson2023-10-041-1/+0
* ppc: spelling fixesMichael Tokarev2023-09-201-2/+2
* target/ppc: Implement watchpoint debug facility for v2.07SNicholas Piggin2023-09-061-2/+4
* target/ppc: Implement breakpoint debug facility for v2.07SNicholas Piggin2023-09-061-1/+4
* ppc: Add stub implementation of TRIG SPRsJoel Stanley2023-09-061-0/+10
* target/ppc: Restrict 'kvm_ppc.h' to sysemu in cpu_init.cPhilippe Mathieu-Daudé2023-07-071-1/+1
* target/ppc: Machine check on invalid real address access on POWER9/10Nicholas Piggin2023-07-071-0/+1
* target/ppc: SMT support for the HID SPRNicholas Piggin2023-07-071-1/+1
* target/ppc: Add LPAR-per-core vs per-thread mode flagNicholas Piggin2023-07-071-0/+12
* target/ppc: Add TFMR SPR implementation with read and write helpersNicholas Piggin2023-07-071-1/+1
* target/ppc: Tidy POWER book4 SPR registrationNicholas Piggin2023-07-071-27/+55
* target/ppc: Add initial flags and helpers for SMT supportNicholas Piggin2023-06-251-0/+5
* target/ppc: Implement HEIR SPRNicholas Piggin2023-06-251-0/+23
* target/ppc: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé2023-06-201-10/+10
* target/ppc: Implement gathering irq statisticsBALATON Zoltan2023-06-101-0/+18
* target/ppc: Ensure stcx size matches larxNicholas Piggin2023-06-101-2/+2
* target/ppc: Fix PMU hflags calculationNicholas Piggin2023-06-101-1/+1
* target/ppc: Add POWER9 DD2.2 modelNicholas Piggin2023-05-281-2/+19
* target/ppc: Fix width of some 32-bit SPRsNicholas Piggin2023-05-271-9/+9
* gdbstub: move register helpers into standalone includeAlex Bennée2023-03-071-1/+1
* target/ppc: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé2023-03-021-47/+1
* target/ppc: Implement the DEXCR and HDEXCRNicholas Miehlbradt2022-12-211-0/+25
* target/ppc: Convert to 3-phase resetPeter Maydell2022-12-161-4/+8
* target/ppc: Fix build warnings when building with 'disable-tcg'Vaibhav Jain2022-11-171-0/+2
* target/ppc: move the p*_interrupt_powersave methods to excp_helper.cMatheus Ferst2022-10-281-102/+0
* target/ppc: unify cpu->has_work based on cs->interrupt_requestMatheus Ferst2022-10-281-93/+1
* target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_inte...Matheus Ferst2022-10-281-1/+1
* target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER7Matheus Ferst2022-10-281-20/+25
* target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_inte...Matheus Ferst2022-10-281-1/+1
* target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER8Matheus Ferst2022-10-281-28/+33
* target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_inte...Matheus Ferst2022-10-281-1/+1
* target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER9Matheus Ferst2022-10-281-76/+50
* target/ppc: define PPC_INTERRUPT_* values directlyMatheus Ferst2022-10-281-28/+28
* target/ppc: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-261-0/+10
* hw/core: Add CPUClass.get_pcRichard Henderson2022-10-041-0/+8
* target/ppc: Add HASHKEYR and HASHPKEYR SPRsVíctor Colombo2022-09-201-0/+28
* target/ppc: Fix host PVR matching for KVMNicholas Piggin2022-08-301-21/+70
* target/ppc: check tb_env != 0 before printing TBU/TBL/DECRMatheus Ferst2022-07-181-10/+8
* target/ppc: Move tlbie[l] to decode treeLeandro Lupori2022-07-181-2/+2
* ppc: Remove unused irq_inputsCédric Le Goater2022-07-181-5/+0
* target/ppc: Return default CPU for max CPUMurilo Opsfelder Araujo2022-07-061-0/+19
* target/ppc: Add flag for ISA v2.06 BCDA instructionsMatheus Ferst2022-07-061-4/+6
* target/ppc: cpu_init: Clean up stop state on cpu resetFrederic Barrat2022-06-201-0/+3
* target/ppc: Implement lwsync with weaker memory orderingNicholas Piggin2022-05-261-6/+7
* disas: Remove old libopcode ppc disassemblerThomas Huth2022-05-091-2/+0
* target/ppc: Remove msr_hv macroVíctor Colombo2022-05-051-2/+4
* target/ppc: Remove msr_ee macroVíctor Colombo2022-05-051-5/+10
* target/ppc: Remove msr_le macroVíctor Colombo2022-05-051-1/+1