summaryrefslogtreecommitdiff
path: root/include/hw/clock.h
AgeCommit message (Expand)Author
2020-10-27hw/core/clock: provide the VMSTATE_ARRAY_CLOCK macroLuc Michel
2020-10-16hw/core/clock: Add the clock_new helper functionLuc Michel
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-28hw/clock: Only propagate clock changes if the clock is changedPhilippe Mathieu-Daudé
2020-08-28hw/clock: Let clock_set() return boolean valuePhilippe Mathieu-Daudé
2020-08-28hw/clock: Remove unused clock_init*() functionsPhilippe Mathieu-Daudé
2020-04-30hw/core/clock-vmstate: define a vmstate entry for clock stateDamien Hedde
2020-04-30hw/core/clock: introduce clock objectPeter Maydell