aboutsummaryrefslogtreecommitdiff
path: root/hw/watchdog
AgeCommit message (Expand)AuthorFilesLines
2023-12-30hw/watchdog: Constify VMStateRichard Henderson9-9/+9
2023-11-15hw/watchdog/wdt_aspeed: Remove unused 'hw/misc/aspeed_scu.h' headerPhilippe Mathieu-Daudé1-1/+0
2023-11-02hw/watchdog/wdt_imx2: Trace timer activityBernhard Beschow2-0/+6
2023-11-02hw/watchdog/wdt_imx2: Trace MMIO accessBernhard Beschow2-6/+22
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-9/+9
2023-04-20hw/watchdog: Allwinner WDT emulation for system resetStrahinja Jankovic4-0/+428
2023-03-20replace TABs with spacesYeqi Fu1-1/+1
2023-02-07hw/watchdog/wdt_aspeed: Log unimplemented registers as UNIMP levelPhilippe Mathieu-Daudé1-0/+13
2023-02-07hw/watchdog/wdt_aspeed: Extend MMIO range to cover more registersPhilippe Mathieu-Daudé1-1/+2
2023-02-07hw/watchdog/wdt_aspeed: Rename MMIO region size as 'iosize'Philippe Mathieu-Daudé1-4/+4
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster1-1/+1
2022-12-21hw/watchdog: add trace events for watchdog action handlingDaniel P. Berrangé2-0/+8
2022-09-29watchdog: remove -watchdog optionPaolo Bonzini7-79/+0
2022-07-06ppc/spapr: Implement H_WATCHDOGAlexey Kardashevskiy3-0/+282
2022-05-02aspeed/wdt: Add AST1030 supportSteven Lee1-0/+24
2022-05-02aspeed/wdt: Fix ast2500/ast2600 default reload valueSteven Lee1-2/+8
2021-11-02watchdog: remove select_watchdog_actionPaolo Bonzini1-14/+0
2021-11-02watchdog: add information from -watchdog help to -device helpPaolo Bonzini6-7/+12
2021-10-12aspeed/wdt: Add trace eventsCédric Le Goater2-0/+9
2021-09-20watchdog: aspeed: Fix sequential control writesAndrew Jeffery1-0/+2
2021-09-20watchdog: aspeed: Sanitize control register valuesAndrew Jeffery1-2/+22
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-03-08clock: Add ClockEvent parameter to callbacksPeter Maydell1-2/+3
2021-01-29arm: Remove frq properties on CMSDK timer, dualtimer, watchdog, ARMSSEPeter Maydell1-6/+0
2021-01-29hw/watchdog/cmsdk-apb-watchdog: Convert to use Clock inputPeter Maydell1-4/+14
2021-01-29hw/watchdog/cmsdk-apb-watchdog: Add Clock inputPeter Maydell1-2/+5
2021-01-08Remove superfluous timer_del() callsPeter Maydell2-2/+0
2020-12-11hw/watchdog/wdt_diag288: Remove unnecessary includesThomas Huth1-2/+0
2020-10-27hw/watchdog: Implement SBSA watchdog deviceShashi Mallela3-0/+297
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost2-3/+4
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost2-2/+5
2020-08-21meson: convert hw/watchdogMarc-André Lureau2-7/+7
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-06-23hw/watchdog/cmsdk-apb-watchdog: Add trace event for lock statusPhilippe Mathieu-Daudé2-0/+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 Roeck3-0/+94
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau2-2/+2
2019-12-16aspeed: Change the "scu" property definitionCédric Le Goater1-9/+8
2019-12-16watchdog/aspeed: Fix AST2600 frequency behaviourJoel Stanley1-4/+17
2019-12-16watchdog/aspeed: Improve watchdog timeout messageJoel Stanley1-1/+2
2019-10-15hw: wdt_aspeed: Add AST2600 supportJoel Stanley1-0/+29
2019-10-15watchdog/aspeed: Introduce an object class per SoCCédric Le Goater1-57/+65
2019-10-15aspeed/wdt: Check correct register for clock sourceAmithash Prasad1-1/+1
2019-10-15hw/watchdog/cmsdk-apb-watchdog.c: Switch to transaction-based ptimer APIPeter Maydell1-4/+9
2019-10-15ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell1-1/+1
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster2-0/+2
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster2-2/+0