summary refs log tree commit diff stats
path: root/target/avr/cpu-qom.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* target: Move ArchCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé2023-11-071-16/+0
* target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'Philippe Mathieu-Daudé2023-11-071-1/+4
* target: Unify QOM stylePhilippe Mathieu-Daudé2023-11-071-2/+1
* target/avr: Convert to 3-phase resetPeter Maydell2022-12-161-2/+2
* Clean up header guards that don't match their file nameMarkus Armbruster2022-05-111-3/+3
* target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé2022-03-061-2/+1
* target/avr: Correct AVRCPUClass docstringPhilippe Mathieu-Daudé2022-02-211-1/+0
* qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost2020-09-181-1/+1
* Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost2020-09-091-4/+2
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-6/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-3/+5
* target/avr: Introduce basic CPU class objectMichael Rolnik2020-07-101-0/+53