aboutsummaryrefslogtreecommitdiff
path: root/hw/watchdog/wdt_aspeed.c
AgeCommit message (Expand)AuthorFilesLines
5 dayshw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell1-1/+1
2024-06-16aspeed/wdt: Add AST2700 supportJamin Lin1-0/+24
2023-12-30hw/watchdog: Constify VMStateRichard Henderson1-1/+1
2023-11-15hw/watchdog/wdt_aspeed: Remove unused 'hw/misc/aspeed_scu.h' headerPhilippe Mathieu-Daudé1-1/+0
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
2022-09-29watchdog: remove -watchdog optionPaolo Bonzini1-6/+0
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: add information from -watchdog help to -device helpPaolo Bonzini1-1/+2
2021-10-12aspeed/wdt: Add trace eventsCédric Le Goater1-0/+5
2021-09-20watchdog: aspeed: Fix sequential control writesAndrew Jeffery1-0/+2
2021-09-20watchdog: aspeed: Sanitize control register valuesAndrew Jeffery1-2/+22
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
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-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-07-01aspeed: Link SCU to the watchdogJoel Stanley1-0/+20
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2017-10-12watchdog/aspeed: fix variable type to store reload valueCédric Le Goater1-2/+2
2017-09-04watchdog: wdt_aspeed: Add support for the reset width registerAndrew Jeffery1-11/+82
2017-02-07wdt: Add Aspeed watchdog device modelCédric Le Goater1-0/+225