aboutsummaryrefslogtreecommitdiff
path: root/hw/watchdog/wdt_imx2.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-25qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé1-1/+1
2024-12-21Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi1-1/+1
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé1-1/+1
2024-12-19include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson1-1/+0
2024-12-15hw/watchdog: Constify all PropertyRichard Henderson1-1/+1
2024-11-05hw/watchdog/wdt_imx2: Remove redundant assignmentBernhard Beschow1-1/+0
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell1-1/+1
2023-12-30hw/watchdog: Constify VMStateRichard Henderson1-1/+1
2023-11-02hw/watchdog/wdt_imx2: Trace timer activityBernhard Beschow1-0/+4
2023-11-02hw/watchdog/wdt_imx2: Trace MMIO accessBernhard Beschow1-6/+18
2022-09-29watchdog: remove -watchdog optionPaolo Bonzini1-6/+0
2021-11-02watchdog: add information from -watchdog help to -device helpPaolo Bonzini1-2/+2
2020-05-21hw/watchdog: Implement full i.MX watchdog supportGuenter Roeck1-12/+226
2020-05-21hw: Move i.MX watchdog driver to hw/watchdogGuenter Roeck1-0/+90