aboutsummaryrefslogtreecommitdiff
path: root/include/hw/clock.h
AgeCommit message (Expand)Author
2021-02-15clock: Add clock_ns_to_ticks() functionPeter Maydell
2021-02-15clock: Add ClockPreUpdate callback event typePeter Maydell
2021-02-15clock: Add ClockEvent parameter to callbacksPeter Maydell
2021-01-29clock: Add new clock_has_source() functionPeter Maydell
2021-01-04clock: Define and use new clock_display_freq()Peter Maydell
2021-01-04clock: Remove clock_get_ns()Peter Maydell
2021-01-04clock: Introduce clock_ticks_to_ns()Peter Maydell
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