aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/cpu-models.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-13ppc: Drop support for POWER9 and POWER10 DD1 chipsNicholas Piggin1-4/+0
2024-02-05target/ppc/cpu-models: Rename power5+ and power7+ for new QOM naming rulesThomas Huth1-4/+6
2023-05-28target/ppc: Add POWER9 DD2.2 modelNicholas Piggin1-1/+3
2022-07-06target/ppc: Fix MPC8555 and MPC8560 core type to e500v1Pali Rohár1-7/+7
2022-07-06target/ppc/cpu-models: Remove the "default" CPU aliasThomas Huth1-1/+1
2022-07-06target/ppc: Return default CPU for max CPUMurilo Opsfelder Araujo1-1/+0
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater1-8/+0
2022-01-28target/ppc: Remove support for the PowerPC 602 CPUCédric Le Goater1-2/+0
2022-01-18target/ppc: Fix 7448 supportCédric Le Goater1-4/+4
2022-01-18target/ppc: Finish removal of 401/403 CPUsCédric Le Goater1-1/+0
2021-12-17target/ppc: remove 401/403 CPUsCédric Le Goater1-34/+0
2021-08-27ppc: Add a POWER10 DD2 CPUCédric Le Goater1-1/+3
2020-11-15powerpc tcg: Fix Lesser GPL version numberChetan Pant1-1/+1
2019-12-17target/ppc: Add POWER10 DD1.0 model informationCédric Le Goater1-0/+3
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-04-26target/ppc: Style fixes for ppc-models.[ch]David Gibson1-1/+1
2018-09-25target/ppc/cpu-models: Re-group the 970 CPUs together againThomas Huth1-21/+19
2017-10-17target/ppc: Add POWER9 DD2.0 model informationDavid Gibson1-2/+4
2017-09-27ppc: Add 460EX embedded CPUBALATON Zoltan1-0/+3
2017-09-08ppc: remove non implemented cpu modelsIgor Mammedov1-455/+0
2017-09-08ppc: make cpu alias point only to real cpu modelsIgor Mammedov1-26/+30
2017-09-08ppc: make cpu_model translation to type consistentIgor Mammedov1-376/+376
2017-09-08ppc: use macros to make cpu type name from string literalIgor Mammedov1-1/+1
2017-09-08ppc64: introduce e6500KONRAD Frederic1-0/+2
2017-01-31target/ppc/cpu-models: Fix/remove bad CPU aliasesThomas Huth1-20/+2
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+1426