aboutsummaryrefslogtreecommitdiff
path: root/hw/watchdog
AgeCommit message (Expand)Author
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
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-07-01aspeed: Link SCU to the watchdogJoel Stanley
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-06hw/watchdog/wdt_i6300esb: Use DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé
2019-03-22trace-events: Fix attribution of trace points to sourceMarkus Armbruster
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-07ptimer: express dependencies with KconfigPaolo Bonzini
2019-03-07isa: express dependencies with kconfigPaolo Bonzini
2019-03-07build: convert pci.mak to KconfigPaolo Bonzini
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini