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
/
omap_gptimer.c
Age
Commit message (
Expand
)
Author
2024-10-01
hw/timer: Remove omap_gptimer
Peter Maydell
2023-01-12
hw/arm/omap: Drop useless casts from void * to pointer
Philippe Mathieu-Daudé
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2018-01-22
Replace all occurances of __FUNCTION__ with __func__
Alistair Francis
2017-09-21
hw/timer/omap_gptimer: Don't use old_mmio
Peter Maydell
2016-06-07
The only 64bit parameter of muldiv64() is the first one.
Laurent Vivier
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
2016-01-29
hw/timer: Clean up includes
Peter Maydell
2015-09-07
arm: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2015-03-19
omap: Fix warnings from Sparse
Stefan Weil
2014-06-30
hw: Fix qemu_allocate_irqs() leaks
Andreas Färber
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-04-08
hw: move timer devices to hw/timer/, configure with default-configs/
Paolo Bonzini