index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
clock.h
Age
Commit message (
Expand
)
Author
2021-10-27
host-utils: add 128-bit quotient support to divu128/divs128
Luis Pires
2021-10-27
host-utils: move checks out of divu128/divs128
Luis Pires
2021-09-01
clock: Provide builtin multiplier/divider
Peter Maydell
2021-03-08
clock: Add clock_ns_to_ticks() function
Peter Maydell
2021-03-08
clock: Add ClockPreUpdate callback event type
Peter Maydell
2021-03-08
clock: Add ClockEvent parameter to callbacks
Peter Maydell
2021-01-29
clock: Add new clock_has_source() function
Peter Maydell
2021-01-04
clock: Define and use new clock_display_freq()
Peter Maydell
2021-01-04
clock: Remove clock_get_ns()
Peter Maydell
2021-01-04
clock: Introduce clock_ticks_to_ns()
Peter Maydell
2020-10-27
hw/core/clock: provide the VMSTATE_ARRAY_CLOCK macro
Luc Michel
2020-10-16
hw/core/clock: Add the clock_new helper function
Luc Michel
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-08-28
hw/clock: Only propagate clock changes if the clock is changed
Philippe Mathieu-Daudé
2020-08-28
hw/clock: Let clock_set() return boolean value
Philippe Mathieu-Daudé
2020-08-28
hw/clock: Remove unused clock_init*() functions
Philippe Mathieu-Daudé
2020-04-30
hw/core/clock-vmstate: define a vmstate entry for clock state
Damien Hedde
2020-04-30
hw/core/clock: introduce clock object
Peter Maydell