aboutsummaryrefslogtreecommitdiff
path: root/hw/core/clock.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-30hw/core/clock: allow clock_propagate on child clocksRaphael Poggi1-1/+0
2024-03-26hw/clock: Let clock_set_mul_div() return a boolean valuePhilippe Mathieu-Daudé1-1/+7
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé1-1/+1
2021-09-01clock: Provide builtin multiplier/dividerPeter Maydell1-4/+27
2021-03-08clock: Add ClockPreUpdate callback event typePeter Maydell1-0/+3
2021-03-08clock: Add ClockEvent parameter to callbacksPeter Maydell1-4/+17
2021-01-04clock: Define and use new clock_display_freq()Peter Maydell1-0/+6
2020-10-27hw/core/clock: trace clock values in Hz instead of nsLuc Michel1-3/+3
2020-10-16hw/core/clock: Add the clock_new helper functionLuc Michel1-0/+15
2020-08-28hw/clock: Let clock_set() return boolean valuePhilippe Mathieu-Daudé1-1/+6
2020-04-30hw/core/clock: introduce clock objectPeter Maydell1-0/+130