aboutsummaryrefslogtreecommitdiff
path: root/hw/timer
AgeCommit message (Expand)AuthorFilesLines
2025-06-06hpet: return errors from realize if properties are incorrectPaolo Bonzini1-7/+8
2025-06-06hpet: adjust VMState for consistency with Rust versionPaolo Bonzini1-3/+3
2025-05-26hw/timer/hpet: Reorganize register decodingZhao Liu1-82/+84
2025-05-14hw/arm: Replace TABs for spaces in OMAP board and device codeSantiago Monserrat Campanello1-39/+39
2025-04-25qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé34-40/+40
2025-04-23include/system: Move exec/address-spaces.h to system/address-spaces.hRichard Henderson1-1/+1
2025-04-23include/system: Move exec/memory.h to system/memory.hRichard Henderson1-1/+1
2025-03-20rust: Kconfig: Factor out whether HPET is Rust or CPeter Maydell2-2/+8
2025-03-03Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-28/+10
2025-02-25hw/arm/fsl-imx8mp: Implement general purpose timersBernhard Beschow1-0/+25
2025-02-25hpet: do not overwrite properties on post_loadPaolo Bonzini1-28/+10
2025-02-16hw/arm: Mark Allwinner Technology devices as little-endianPhilippe Mathieu-Daudé1-1/+1
2025-02-16hw/timer/xilinx_timer: Make device endianness configurablePhilippe Mathieu-Daudé1-13/+30
2025-02-13i386: enable rust hpet for pc when rust is enabledZhao Liu1-1/+1
2025-02-13i386/fw_cfg: move hpet_cfg definition to hpet.cZhao Liu1-7/+9
2025-01-27hw/timer/aspeed: Add AST2700 SupportJamin Lin1-0/+208
2025-01-27hw/timer/aspeed: Refactor Timer Callbacks for SoC-Specific ImplementationsJamin Lin2-16/+41
2025-01-13hw/timer/imx_gpt: Remove unused defineBernhard Beschow1-4/+0
2025-01-13hw/microblaze: Restrict MemoryRegionOps are implemented as 32-bitPhilippe Mathieu-Daudé1-0/+4
2024-12-28hw/timer/hpet: Fix comment about capabilities registerZhao Liu1-1/+1
2024-12-21Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2-3/+3
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2-3/+3
2024-12-19include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson20-20/+0
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