aboutsummaryrefslogtreecommitdiff
path: root/hw/watchdog
AgeCommit message (Expand)Author
2024-06-16aspeed/wdt: Add AST2700 supportJamin Lin
2024-04-30hw/watchdog/sbsa_gwdt: Make watchdog timer frequency a QOM propertyPeter Maydell
2023-12-30hw/watchdog: Constify VMStateRichard Henderson
2023-11-15hw/watchdog/wdt_aspeed: Remove unused 'hw/misc/aspeed_scu.h' headerPhilippe Mathieu-Daudé
2023-11-02hw/watchdog/wdt_imx2: Trace timer activityBernhard Beschow
2023-11-02hw/watchdog/wdt_imx2: Trace MMIO accessBernhard Beschow
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-04-20hw/watchdog: Allwinner WDT emulation for system resetStrahinja Jankovic
2023-03-20replace TABs with spacesYeqi Fu
2023-02-07hw/watchdog/wdt_aspeed: Log unimplemented registers as UNIMP levelPhilippe Mathieu-Daudé
2023-02-07hw/watchdog/wdt_aspeed: Extend MMIO range to cover more registersPhilippe Mathieu-Daudé
2023-02-07hw/watchdog/wdt_aspeed: Rename MMIO region size as 'iosize'Philippe Mathieu-Daudé
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster
2022-12-21hw/watchdog: add trace events for watchdog action handlingDaniel P. Berrangé
2022-09-29watchdog: remove -watchdog optionPaolo Bonzini
2022-07-06ppc/spapr: Implement H_WATCHDOGAlexey Kardashevskiy
2022-05-02aspeed/wdt: Add AST1030 supportSteven Lee
2022-05-02aspeed/wdt: Fix ast2500/ast2600 default reload valueSteven Lee
2021-11-02watchdog: remove select_watchdog_actionPaolo Bonzini
2021-11-02watchdog: add information from -watchdog help to -device helpPaolo Bonzini
2021-10-12aspeed/wdt: Add trace eventsCédric Le Goater
2021-09-20watchdog: aspeed: Fix sequential control writesAndrew Jeffery
2021-09-20watchdog: aspeed: Sanitize control register valuesAndrew Jeffery
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-03-08clock: Add ClockEvent parameter to callbacksPeter Maydell
2021-01-29arm: Remove frq properties on CMSDK timer, dualtimer, watchdog, ARMSSEPeter Maydell
2021-01-29hw/watchdog/cmsdk-apb-watchdog: Convert to use Clock inputPeter Maydell
2021-01-29hw/watchdog/cmsdk-apb-watchdog: Add Clock inputPeter Maydell
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2020-12-11hw/watchdog/wdt_diag288: Remove unnecessary includesThomas Huth
2020-10-27hw/watchdog: Implement SBSA watchdog deviceShashi Mallela
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-21meson: convert hw/watchdogMarc-André Lureau
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-06-23hw/watchdog/cmsdk-apb-watchdog: Add trace event for lock statusPhilippe Mathieu-Daudé
2020-05-21hw/watchdog: Implement full i.MX watchdog supportGuenter Roeck
2020-05-21hw: Move i.MX watchdog driver to hw/watchdogGuenter Roeck
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-12-16aspeed: Change the "scu" property definitionCédric Le Goater
2019-12-16watchdog/aspeed: Fix AST2600 frequency behaviourJoel Stanley
2019-12-16watchdog/aspeed: Improve watchdog timeout messageJoel Stanley
2019-10-15hw: wdt_aspeed: Add AST2600 supportJoel Stanley
2019-10-15watchdog/aspeed: Introduce an object class per SoCCédric Le Goater
2019-10-15aspeed/wdt: Check correct register for clock sourceAmithash Prasad
2019-10-15hw/watchdog/cmsdk-apb-watchdog.c: Switch to transaction-based ptimer APIPeter Maydell
2019-10-15ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster