aboutsummaryrefslogtreecommitdiff
path: root/hw/timer
AgeCommit message (Expand)AuthorFilesLines
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2-3/+3
2024-12-15hw/timer: Constify all PropertyRichard Henderson20-20/+20
2024-11-19hw/timer/exynos4210_mct: fix possible int overflowDmitry Frolov1-1/+1
2024-11-05Merge tag 'pull-target-arm-20241105' of https://git.linaro.org/people/pmaydel...Peter Maydell2-13/+11
2024-11-05hw/timer/imx_gpt: Convert DPRINTF to trace eventsBernhard Beschow2-13/+11
2024-11-04hw/timer/aspeed: Fix interrupt status does not be cleared for AST2600Jamin Lin1-1/+1
2024-11-04hw/timer/aspeed: Fix coding styleJamin Lin1-5/+8
2024-10-01hw/timer: Remove omap_synctimerPeter Maydell2-111/+0
2024-10-01hw/timer: Remove omap_gptimerPeter Maydell2-513/+0
2024-10-01hw/timer: Remove pxa27x-timerPeter Maydell1-24/+0
2024-10-01hw/timer/pxa2xx_timer: Remove use of pxa.h headerPeter Maydell1-1/+0
2024-10-01hw/arm: Remove STRONGARM->PXA2XX dependencyPeter Maydell2-1/+4
2024-09-13hw/timer: Remove TYPE_ETRAX_FS_TIMER devicePhilippe Mathieu-Daudé2-408/+0
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell26-26/+26
2024-07-22hpet: avoid timer storms on periodic timersPaolo Bonzini1-2/+11
2024-07-22hpet: store full 64-bit target value of the counterPaolo Bonzini1-62/+49
2024-07-22hpet: accept 64-bit reads and writesPaolo Bonzini2-96/+44
2024-07-22hpet: place read-only bits directly in "new_val"Paolo Bonzini1-8/+7
2024-07-22hpet: remove unnecessary variable "index"Paolo Bonzini1-8/+7
2024-07-22hpet: ignore high bits of comparator in 32-bit modePaolo Bonzini2-0/+5
2024-07-22hpet: fix and cleanup persistence of interrupt statusPaolo Bonzini1-19/+41
2024-07-16hpet: fix HPET_TN_SETVAL for high 32-bits of the comparatorPaolo Bonzini1-7/+12
2024-07-16hpet: fix clamping of periodPaolo Bonzini1-2/+4
2024-06-21hw/timer/a9gtimer: Handle QTest mode in a9_gtimer_get_current_cpuZheyu Ma1-0/+5
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2-2/+2
2024-04-24hw/timer: Remove the ALTERA_TIMER modelPhilippe Mathieu-Daudé3-249/+0
2024-02-27misc: pxa2xx_timer: replace qemu_system_reset_request() call with watchdog_pe...Abhiram Tilak1-1/+2
2024-02-20hw/timer: Move HPET_INTCAP definition to "hpet.h"Philippe Mathieu-Daudé1-1/+0
2024-02-15hw/sparc/grlib: split out the headers for each peripheralsClément Chigot1-2/+4
2024-01-19hw/timer/hpet: Convert DPRINTF to trace eventsDaniel Hoffman2-33/+37
2024-01-18hw/timer: fix systick trace messageSamuel Tardieu1-1/+1
2023-12-30hw/timer: Constify VMStateRichard Henderson31-57/+57
2023-11-01migration: Use vmstate_register_any()Juan Quintela1-1/+1
2023-10-23Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-3/+1
2023-10-22timer/i8254: Fix one shot PIT modeDamien Zammit1-3/+1
2023-10-19hw/timer/npcm7xx_timer: Prevent timer from counting down past zeroChris Rauer1-0/+3
2023-09-29aspeed/timer: Clean up local variable shadowingCédric Le Goater1-1/+1
2023-09-21hw/other: spelling fixesMichael Tokarev2-2/+2
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-37/+37
2023-06-19hw/timer/nrf51_timer: Don't lose time when timer is queried in tight loopPeter Maydell1-1/+6
2023-06-05hw/timer/i8254_common: Share "iobase" property via base classBernhard Beschow2-6/+6
2023-04-20hw/timer/imx_epit: fix limit checkAxel Heider1-1/+1
2023-04-20hw/timer/imx_epit: don't shadow variableAxel Heider1-1/+1
2023-04-20exynos: Fix out-of-bounds access in exynos4210_gcomp_find debug printfFeng Jiang1-5/+8
2023-03-02hw/timer/hpet: Fix expiration time overflowAkihiko Odaki1-6/+13
2023-02-27hw/timer/hpet: Include missing 'hw/qdev-properties.h' headerPhilippe Mathieu-Daudé1-0/+1
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé4-7/+6
2023-01-12hw/timer/xilinx_timer: Use XpsTimerState instead of 'struct timerblock'Philippe Mathieu-Daudé1-14/+13
2023-01-12hw/arm/omap: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé2-14/+12
2023-01-05i.MX6UL: Add a specific GPT timer instance for the i.MX6ULJean-Christophe Dubois1-0/+25