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
/
pxa2xx_timer.c
Age
Commit message (
Expand
)
Author
2024-10-01
hw/timer: Remove pxa27x-timer
Peter Maydell
2024-10-01
hw/timer/pxa2xx_timer: Remove use of pxa.h header
Peter Maydell
2024-02-27
misc: pxa2xx_timer: replace qemu_system_reset_request() call with watchdog_pe...
Abhiram Tilak
2023-12-30
hw/timer: Constify VMState
Richard Henderson
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-05-04
hw/timer/pxa2xx_timer: Add assertion to silent static analyzer warning
Philippe Mathieu-Daudé
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-01-11
hw/timer/pxa2xx_timer: replace hw_error() -> qemu_log_mask()
Philippe Mathieu-Daudé
2017-05-23
shutdown: Add source information to SHUTDOWN and RESET
Eric Blake
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
2016-02-18
hw/timer: QOM'ify pxa2xx_timer
xiaoqiang.zhao
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-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-07-29
pxa2xx_timer: QOM'ify pxa25x-timer and pxa27x-timer
Andreas Färber
2013-07-04
hw/t*: pass owner to memory_region_init* functions
Paolo Bonzini
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