summary refs log tree commit diff stats
path: root/hw/core/clock.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/clock: Expose 'qtest-clock-period' QOM property for QTestsInès Varhol2024-10-151-0/+16
* hw/core/clock: allow clock_propagate on child clocksRaphael Poggi2024-04-301-1/+0
* hw/clock: Let clock_set_mul_div() return a boolean valuePhilippe Mathieu-Daudé2024-03-261-1/+7
* misc: fix commonly doubled up wordsDaniel P. Berrangé2022-08-011-1/+1
* clock: Provide builtin multiplier/dividerPeter Maydell2021-09-011-4/+27
* 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