aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/cpu-qom.h
AgeCommit message (Expand)Author
2023-11-07target: Move ArchCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé
2023-11-07target/s390x/cpu: Restrict CPUS390XState declaration to 'cpu.h'Philippe Mathieu-Daudé
2023-11-07target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'Philippe Mathieu-Daudé
2023-11-07target: Unify QOM stylePhilippe Mathieu-Daudé
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell
2019-12-14s390x: Move clear resetJanosch Frank
2019-12-14s390x: Move initial resetJanosch Frank
2019-12-14s390x: Move reset normal to shared reset handlerJanosch Frank
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster
2017-10-30target/s390x: change CPU type name to "s390x-cpu"David Hildenbrand
2017-10-06target/s390x: get rid of next_core_idDavid Hildenbrand
2017-09-19target/s390x: rename next_cpu_id to next_core_idDavid Hildenbrand
2017-09-19target/s390x: move some s390x typedefs to cpu-qom.hDavid Hildenbrand
2016-12-20Move target-* CPU file into a target/ folderThomas Huth