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
/
hw
/
timer
/
digic-timer.c
Age
Commit message (
Expand
)
Author
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
2023-12-30
hw/timer: Constify VMState
Richard Henderson
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
2022-05-19
ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACY
Peter Maydell
2021-01-08
digic-timer: Use ptimer_free() in the finalize function to avoid memleaks
Gan Qixin
2019-10-15
hw/timer/digic-timer.c: Switch to transaction-based ptimer API
Peter Maydell
2019-10-15
ptimer: Rename ptimer_init() to ptimer_init_with_bh()
Peter Maydell
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-06-08
hw/digic: Add trailing '\n' to qemu_log() calls
Philippe Mathieu-Daudé
2016-09-22
hw/ptimer: Introduce timer policy feature
Dmitry Osipenko
2016-05-19
hw: explicitly include qemu/log.h
Paolo Bonzini
2016-01-29
arm: Clean up includes
Peter Maydell
2014-05-13
savevm: Remove all the unneeded version_minimum_id_old (arm)
Juan Quintela
2013-12-17
hw/arm/digic: add timer support
Antony Pavlov