summaryrefslogtreecommitdiffstats
path: root/hw/timer
Commit message (Expand)AuthorAgeFilesLines
...
* hw/i386: Remove obsolete LoadStateHandler::load_state_old handlersPhilippe Mathieu-Daudé2019-11-051-40/+0Star
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-10-2516-4879/+13Star
|\
| * hw/rtc/mc146818: Include mc146818rtc_regs.h a bit lessPhilippe Mathieu-Daudé2019-10-241-0/+1
| * hw: Move Aspeed RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-243-186/+1Star
| * hw: Move Exynos4210 RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-242-609/+0Star
| * hw: Move Xilinx ZynqMP RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-243-280/+0Star
| * hw: Move DS1338 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-243-246/+0Star
| * hw: Move TWL92230 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-243-903/+0Star
| * hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-244-103/+0Star
| * hw: Move M41T80 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-243-124/+0Star
| * hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-245-994/+0Star
| * hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-244-1069/+1Star
| * hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-244-355/+0Star
| * hw/timer: Compile devices not target-dependent as common objectPhilippe Mathieu-Daudé2019-10-241-11/+11
* | hw/timer/bcm2835: Add the BCM2835 SYS_timerPhilippe Mathieu-Daudé2019-10-253-0/+169
* | hw/watchdog/milkymist-sysctl.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-251-7/+18
* | hw/timer/grlib_gptimer.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-251-4/+24
* | hw/timer/slavio_timer.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-251-4/+16
* | hw/timer/slavio_timer: Remove useless check for NULL t->timerPeter Maydell2019-10-241-7/+5Star
* | hw/timer/xilinx_timer.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-241-5/+8
|/
* hw/watchdog/etraxfs_timer.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-221-10/+13
* hw/timer/altera_timer.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-221-4/+9
* hw/timer/lm32_timer: Switch to transaction-based ptimer APIPeter Maydell2019-10-221-4/+9
* hw/timer/sh_timer: Switch to transaction-based ptimer APIPeter Maydell2019-10-221-4/+9
* hw/timer/puv3_ost.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-221-4/+5
* hw/timer/arm_mptimer.c: Undo accidental rename of arm_mptimer_init()Peter Maydell2019-10-221-2/+2
* hw/timer/exynos4210_mct: Initialize ptimer before starting itGuenter Roeck2019-10-221-1/+1
* aspeed/timer: Add support for IRQ status register on the AST2600Cédric Le Goater2019-10-151-8/+28
* aspeed/timer: Add AST2600 supportCédric Le Goater2019-10-151-0/+51
* aspeed/timer: Add support for control register 3Cédric Le Goater2019-10-151-0/+19
* aspeed/timer: Introduce an object class per SoCCédric Le Goater2019-10-151-11/+96
* hw/timer/mss-timerc: Switch to transaction-based ptimer APIPeter Maydell2019-10-151-3/+8
* hw/timer/imx_gpt.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-151-4/+17
* hw/timer/imx_epit.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-151-5/+27
* hw/timer/exynos4210_rtc.c: Switch main ptimer to transaction-based APIPeter Maydell2019-10-151-4/+8
* hw/timer/exynos4210_rtc.c: Switch 1Hz ptimer to transaction-based APIPeter Maydell2019-10-151-2/+8
* hw/timer/exynos4210_pwm.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-151-5/+12
* hw/timer/exynos4210_mct.c: Switch ltick to transaction-based ptimer APIPeter Maydell2019-10-151-6/+25
* hw/timer/exynos4210_mct.c: Switch LFRC to transaction-based ptimer APIPeter Maydell2019-10-151-4/+23
* hw/timer/exynos4210_mct.c: Switch GFRC to transaction-based ptimer APIPeter Maydell2019-10-151-3/+45
* hw/timer/digic-timer.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-151-2/+14
* hw/timer/cmsdk-apb-timer.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-151-4/+11
* hw/timer/cmsdk-apb-dualtimer.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-151-3/+11
* hw/timer/arm_mptimer.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-151-3/+11
* hw/timer/allwinner-a10-pit.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-151-4/+8
* hw/timer/arm_timer.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-151-5/+11
* ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell2019-10-1521-30/+31
* lm32: do not leak memory on object_new/object_unrefPaolo Bonzini2019-10-042-8/+8
* aspeed/scu: Introduce a aspeed_scu_get_apb_freq() routineCédric Le Goater2019-09-131-1/+2
* aspeed/timer: Provide back-pressure information for short periodsAndrew Jeffery2019-09-031-1/+16