Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-11-07 | target: Move ArchCPUClass definition to 'cpu.h' | Philippe Mathieu-Daudé | 1 | -16/+0 |
2023-11-07 | target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h' | Philippe Mathieu-Daudé | 1 | -1/+4 |
2023-11-07 | target: Unify QOM style | Philippe Mathieu-Daudé | 1 | -2/+1 |
2022-12-16 | target/avr: Convert to 3-phase reset | Peter Maydell | 1 | -2/+2 |
2022-05-11 | Clean up header guards that don't match their file name | Markus Armbruster | 1 | -3/+3 |
2022-03-06 | target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro | Philippe Mathieu-Daudé | 1 | -2/+1 |
2022-02-21 | target/avr: Correct AVRCPUClass docstring | Philippe Mathieu-Daudé | 1 | -1/+0 |
2020-09-18 | qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros | Eduardo Habkost | 1 | -1/+1 |
2020-09-09 | Use OBJECT_DECLARE_TYPE where possible | Eduardo Habkost | 1 | -4/+2 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -6/+2 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 1 | -3/+5 |
2020-07-10 | target/avr: Introduce basic CPU class object | Michael Rolnik | 1 | -0/+53 |