summaryrefslogtreecommitdiffstats
path: root/include/hw/clock.h
Commit message (Expand)AuthorAgeFilesLines
* host-utils: add 128-bit quotient support to divu128/divs128Luis Pires2021-10-281-5/+1Star
* host-utils: move checks out of divu128/divs128Luis Pires2021-10-281-2/+3
* clock: Provide builtin multiplier/dividerPeter Maydell2021-09-011-0/+29
* clock: Add clock_ns_to_ticks() functionPeter Maydell2021-03-081-0/+41
* clock: Add ClockPreUpdate callback event typePeter Maydell2021-03-081-0/+1
* clock: Add ClockEvent parameter to callbacksPeter Maydell2021-03-081-2/+19
* clock: Add new clock_has_source() functionPeter Maydell2021-01-291-0/+15
* clock: Define and use new clock_display_freq()Peter Maydell2021-01-041-0/+12
* clock: Remove clock_get_ns()Peter Maydell2021-01-041-6/+0Star
* clock: Introduce clock_ticks_to_ns()Peter Maydell2021-01-041-0/+41
* hw/core/clock: provide the VMSTATE_ARRAY_CLOCK macroLuc Michel2020-10-271-0/+5
* hw/core/clock: Add the clock_new helper functionLuc Michel2020-10-161-0/+13
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-1/+1
* hw/clock: Only propagate clock changes if the clock is changedPhilippe Mathieu-Daudé2020-08-281-2/+3
* hw/clock: Let clock_set() return boolean valuePhilippe Mathieu-Daudé2020-08-281-5/+7
* hw/clock: Remove unused clock_init*() functionsPhilippe Mathieu-Daudé2020-08-281-13/+0Star
* hw/core/clock-vmstate: define a vmstate entry for clock stateDamien Hedde2020-04-301-0/+9
* hw/core/clock: introduce clock objectPeter Maydell2020-04-301-0/+216