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
/
exynos4210_rtc.c
Age
Commit message (
Expand
)
Author
2019-10-24
hw: Move Exynos4210 RTC from hw/timer/ to hw/rtc/ subdirectory
Philippe Mathieu-Daudé
2019-10-15
hw/timer/exynos4210_rtc.c: Switch main ptimer to transaction-based API
Peter Maydell
2019-10-15
hw/timer/exynos4210_rtc.c: Switch 1Hz ptimer to transaction-based API
Peter Maydell
2019-10-15
ptimer: Rename ptimer_init() to ptimer_init_with_bh()
Peter Maydell
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include qemu/main-loop.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-common.h exactly where needed
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2017-04-20
hw/arm/exynos: Convert fprintf to qemu_log_mask/error_report
Krzysztof Kozlowski
2016-09-22
hw/ptimer: Introduce timer policy feature
Dmitry Osipenko
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-02-18
hw/timer: QOM'ify exynos4210_rtc
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-09-01
misc: Fix some typos in names and comments
Stefan Weil
2013-07-29
exynos4210_rtc: QOM cast cleanup
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-05-18
remove some double-includes
Michael Tokarev
2013-04-08
hw: move timer devices to hw/timer/, configure with default-configs/
Paolo Bonzini