summary refs log tree commit diff stats
path: root/hw/timer (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-252-2/+2
* hw/timer: Remove the ALTERA_TIMER modelPhilippe Mathieu-Daudé2024-04-243-249/+0
* misc: pxa2xx_timer: replace qemu_system_reset_request() call with watchdog_pe...Abhiram Tilak2024-02-271-1/+2
* hw/timer: Move HPET_INTCAP definition to "hpet.h"Philippe Mathieu-Daudé2024-02-201-1/+0
* hw/sparc/grlib: split out the headers for each peripheralsClément Chigot2024-02-151-2/+4
* hw/timer/hpet: Convert DPRINTF to trace eventsDaniel Hoffman2024-01-192-33/+37
* hw/timer: fix systick trace messageSamuel Tardieu2024-01-181-1/+1
* hw/timer: Constify VMStateRichard Henderson2023-12-3031-57/+57
* migration: Use vmstate_register_any()Juan Quintela2023-11-011-1/+1
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2023-10-231-3/+1
|\
| * timer/i8254: Fix one shot PIT modeDamien Zammit2023-10-221-3/+1
* | hw/timer/npcm7xx_timer: Prevent timer from counting down past zeroChris Rauer2023-10-191-0/+3
|/
* aspeed/timer: Clean up local variable shadowingCédric Le Goater2023-09-291-1/+1
* hw/other: spelling fixesMichael Tokarev2023-09-212-2/+2
* meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2023-06-201-37/+37
* hw/timer/nrf51_timer: Don't lose time when timer is queried in tight loopPeter Maydell2023-06-191-1/+6
* hw/timer/i8254_common: Share "iobase" property via base classBernhard Beschow2023-06-052-6/+6
* hw/timer/imx_epit: fix limit checkAxel Heider2023-04-201-1/+1
* hw/timer/imx_epit: don't shadow variableAxel Heider2023-04-201-1/+1
* exynos: Fix out-of-bounds access in exynos4210_gcomp_find debug printfFeng Jiang2023-04-201-5/+8
* hw/timer/hpet: Fix expiration time overflowAkihiko Odaki2023-03-021-6/+13
* hw/timer/hpet: Include missing 'hw/qdev-properties.h' headerPhilippe Mathieu-Daudé2023-02-271-0/+1
* bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé2023-01-184-7/+6
* hw/timer/xilinx_timer: Use XpsTimerState instead of 'struct timerblock'Philippe Mathieu-Daudé2023-01-121-14/+13
* hw/arm/omap: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé2023-01-122-14/+12
* i.MX6UL: Add a specific GPT timer instance for the i.MX6ULJean-Christophe Dubois2023-01-051-0/+25
* hw/timer/imx_epit: fix compare timer handlingAxel Heider2023-01-051-72/+112
* hw/timer/imx_epit: remove explicit fields cnt and freqAxel Heider2023-01-051-45/+28
* hw/timer/imx_epit: factor out register write handlersAxel Heider2023-01-051-94/+113
* hw/timer/imx_epit: hard reset initializes CR with 0Axel Heider2023-01-051-6/+14
* hw/timer/imx_epit: update interrupt state on CR write accessAxel Heider2023-01-051-4/+12
* hw/timer/imx_epit: define SR_OCIFAxel Heider2023-01-051-6/+6
* hw/timer/imx_epit: cleanup CR definesAxel Heider2023-01-051-2/+2
* hw/timer/imx_epit: improve commentsAxel Heider2023-01-051-4/+16
* target/imx: reload cmp timer outside of the reload ptimer transactionAxel Heider2022-10-271-2/+7
* treewide: Remove the unnecessary space before semicolonBin Meng2022-10-242-5/+5
* hw/intc: Move mtimer/mtimecmp to aclintAtish Patra2022-09-071-11/+7
* Fix 'writeable' typosPeter Maydell2022-06-081-1/+1
* ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACYPeter Maydell2022-05-1914-19/+19
* aspeed/timer: Add AST1030 supportSteven Lee2022-05-021-0/+17
* timer: cadence_ttc: Break out header file to allow embeddingEdgar E. Iglesias2022-04-211-30/+2
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-212-2/+2
* hw/timer: fix a9gtimer vmstatePavel Dovgalyuk2022-02-211-0/+21
* hw/timer/armv7m_systick: Update clock source before enabling timerRichard Petri2022-02-081-4/+4
* hw: timer: ibex_timer: update/add reg addressWilfred Mallawa2022-01-211-1/+10
* hw: timer: ibex_timer: Fixup reading w/o registerWilfred Mallawa2022-01-211-9/+5
* hw/timer/etraxfs_timer: Add vmstate for ETRAX timersPhilippe Mathieu-Daudé2022-01-181-1/+33
* hw/timer/sh_timer: Remove use of hw_errorBALATON Zoltan2021-10-301-15/+25
* hw/timer/sh_timer: Fix timer memory region sizeBALATON Zoltan2021-10-301-4/+3
* hw/timer/sh_timer: Do not wrap lines that are not too longBALATON Zoltan2021-10-301-6/+3