aboutsummaryrefslogtreecommitdiff
path: root/include/hw/clock.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-26hw/clock: Let clock_set_mul_div() return a boolean valuePhilippe Mathieu-Daudé1-1/+3
2023-09-08include/: spelling fixesMichael Tokarev1-1/+1
2021-10-27host-utils: add 128-bit quotient support to divu128/divs128Luis Pires1-5/+1
2021-10-27host-utils: move checks out of divu128/divs128Luis Pires1-2/+3
2021-09-01clock: Provide builtin multiplier/dividerPeter Maydell1-0/+29
2021-03-08clock: Add clock_ns_to_ticks() functionPeter Maydell1-0/+41
2021-03-08clock: Add ClockPreUpdate callback event typePeter Maydell1-0/+1
2021-03-08clock: Add ClockEvent parameter to callbacksPeter Maydell1-2/+19
2021-01-29clock: Add new clock_has_source() functionPeter Maydell1-0/+15
2021-01-04clock: Define and use new clock_display_freq()Peter Maydell1-0/+12
2021-01-04clock: Remove clock_get_ns()Peter Maydell1-6/+0
2021-01-04clock: Introduce clock_ticks_to_ns()Peter Maydell1-0/+41
2020-10-27hw/core/clock: provide the VMSTATE_ARRAY_CLOCK macroLuc Michel1-0/+5
2020-10-16hw/core/clock: Add the clock_new helper functionLuc Michel1-0/+13
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