summary refs log tree commit diff stats
path: root/target/ppc/cpu_init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/ppc/cpu_init: Remove "PowerPC" prefix from the CPU listThomas Huth2024-04-291-4/+5
* hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-251-2/+2
* target/ppc: Rename init_excp_4xx_softmmu() -> init_excp_4xx()Philippe Mathieu-Daudé2024-04-021-2/+2
* target/ppc: Restore [H]DEXCR to 64-bitsBenjamin Gray2024-03-301-2/+2
* Merge tag 'pull-ppc-for-9.0-2-20240313' of https://gitlab.com/npiggin/qemu in...Peter Maydell2024-03-131-8/+38
|\
| * target/ppc: Add power10 pmu SPRsMadhavan Srinivasan2024-03-131-0/+34
| * target/ppc: POWER10 does not have transactional memoryNicholas Piggin2024-03-131-3/+2
| * ppc: Drop support for POWER9 and POWER10 DD1 chipsNicholas Piggin2024-03-131-5/+2
* | target/ppc: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé2024-03-121-8/+3
* | target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handlerPhilippe Mathieu-Daudé2024-03-121-6/+6
|/
* hw/core/cpu: Remove gdb_get_dynamic_xml memberAkihiko Odaki2024-02-281-3/+0
* target/ppc: Use GDBFeature for dynamic XMLAkihiko Odaki2024-02-281-4/+0
* target/ppc: Rename registers to match ISANicholas Piggin2024-02-231-10/+10
* target/ppc: Populate CPUClass.mmu_indexRichard Henderson2024-02-031-0/+6
* target/ppc: Split out ppc_env_mmu_indexRichard Henderson2024-02-031-1/+1
* 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