aboutsummaryrefslogtreecommitdiff
path: root/include/hw/clock.h
AgeCommit message (Expand)AuthorFilesLines
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-1/+1
2020-08-28hw/clock: Only propagate clock changes if the clock is changedPhilippe Mathieu-Daudé1-2/+3
2020-08-28hw/clock: Let clock_set() return boolean valuePhilippe Mathieu-Daudé1-5/+7
2020-08-28hw/clock: Remove unused clock_init*() functionsPhilippe Mathieu-Daudé1-13/+0
2020-04-30hw/core/clock-vmstate: define a vmstate entry for clock stateDamien Hedde1-0/+9
2020-04-30hw/core/clock: introduce clock objectPeter Maydell1-0/+216