aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/cpu-qom.h
AgeCommit message (Expand)AuthorFilesLines
2022-02-09target/ppc: Merge 7x5 and 7x0 exception model IDsFabiano Rosas1-4/+2
2022-02-09target/ppc: Merge exception model IDs for 6xx CPUsFabiano Rosas1-6/+2
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater1-6/+0
2021-12-17target/ppc: remove 401/403 CPUsCédric Le Goater1-4/+0
2021-12-17target/ppc: Remove 603e exception modelFabiano Rosas1-2/+0
2021-12-17target/ppc: Remove the software TLB model of 7450 CPUsFabiano Rosas1-1/+5
2021-07-09target/ppc: Remove PowerPCCPUClass.handle_mmu_faultRichard Henderson1-1/+0
2021-07-09target/ppc: Drop PowerPCCPUClass::interrupts_big_endian()Greg Kurz1-1/+0
2021-05-04target/ppc: Add POWER10 exception modelNicholas Piggin1-0/+2
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2020-12-14target/ppc: Introduce an mmu_is_64bit() helperGreg Kurz1-0/+5
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost1-1/+1
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost1-4/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-6/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-3/+5
2020-03-19Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell1-1/+1
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell1-1/+1
2020-03-17target/ppc: Use class fields to simplify LPCR maskingDavid Gibson1-0/+1
2019-08-29powerpc/spapr: Add host threads parameter to ibm,get_system_parameterSuraj Jitindar Singh1-0/+1
2019-08-22Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell1-1/+1
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-1/+1
2019-08-21migration: Do not re-read the clock on pre_save in case of paused guestMaxiwell S. Garcia1-0/+1
2019-08-16migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster1-1/+1
2019-03-12target/ppc: Implement large decrementer support for TCGSuraj Jitindar Singh1-0/+1
2019-02-26target/ppc: Add POWER9 external interrupt modelBenjamin Herrenschmidt1-0/+2
2019-02-26target/ppc: Add POWER9 exception modelBenjamin Herrenschmidt1-0/+2
2019-02-26target/ppc: Fix support for "STOP light" states on POWER9Benjamin Herrenschmidt1-0/+1
2019-02-17target/ppc: Enable reporting of SPRs to GDBFabiano Rosas1-0/+4
2018-08-28ppc: Remove deprecated ppcemb targetThomas Huth1-2/+0
2018-04-27target/ppc: Get rid of POWERPC_MMU_VER() macrosDavid Gibson1-6/+0
2018-04-27target/ppc: Remove unnecessary POWERPC_MMU_V3 flag from mmu_modelDavid Gibson1-3/+1
2018-04-27target/ppc: Move 1T segment and AMR options to PPCHash64OptionsDavid Gibson1-8/+3
2018-04-27target/ppc: Split page size information into a separate allocationDavid Gibson1-2/+2
2018-04-27target/ppc: Remove fallback 64k pagesize informationDavid Gibson1-4/+0
2017-12-15pcc: define the Power-saving mode Exit Cause Enable bits in PowerPCCPUClassCédric Le Goater1-0/+1
2017-10-17ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr()Igor Mammedov1-0/+1
2017-04-26spapr: Add ibm,processor-radix-AP-encodings to the device treeSam Bobroff1-0/+1
2017-03-03spapr: Small cleanup of PPC MMU enumsSam Bobroff1-6/+6
2017-03-03target/ppc/POWER9: Add POWERPC_MMU_V3 bitDavid Gibson1-1/+3
2017-02-22target/ppc/POWER9: Add ISAv3.00 MMU definitionSuraj Jitindar Singh1-1/+4
2017-01-31spapr: clock should count only if vm is runningLaurent Vivier1-0/+3
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+219