summaryrefslogtreecommitdiffstats
path: root/hw/core/clock.c
Commit message (Expand)AuthorAgeFilesLines
* clock: Add ClockPreUpdate callback event typePeter Maydell2021-03-081-0/+3
* clock: Add ClockEvent parameter to callbacksPeter Maydell2021-03-081-4/+17
* clock: Define and use new clock_display_freq()Peter Maydell2021-01-041-0/+6
* hw/core/clock: trace clock values in Hz instead of nsLuc Michel2020-10-271-3/+3
* hw/core/clock: Add the clock_new helper functionLuc Michel2020-10-161-0/+15
* hw/clock: Let clock_set() return boolean valuePhilippe Mathieu-Daudé2020-08-281-1/+6
* hw/core/clock: introduce clock objectPeter Maydell2020-04-301-0/+130