aboutsummaryrefslogtreecommitdiff
path: root/target/rx/cpu-qom.h
AgeCommit message (Expand)Author
2023-11-07target: Move ArchCPUClass definition 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-12-16target/rx: Convert to 3-phase resetPeter Maydell
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-09-02rx: Move typedef RXCPU to cpu-qom.hEduardo Habkost
2020-09-02rx: Rename QOM type check macrosEduardo Habkost
2020-03-19target/rx: CPU definitionsYoshinori Sato