aboutsummaryrefslogtreecommitdiff
path: root/hw/watchdog
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-16Include migration/vmstate.h lessMarkus Armbruster5-0/+5
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot 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 Armbruster5-2/+5
2019-06-06hw/watchdog/wdt_i6300esb: Use DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé1-1/+1
2019-03-22trace-events: Fix attribution of trace points to sourceMarkus Armbruster1-1/+1
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-1/+1
2019-03-07ptimer: express dependencies with KconfigPaolo Bonzini1-0/+1
2019-03-07isa: express dependencies with kconfigPaolo Bonzini1-0/+2
2019-03-07build: convert pci.mak to KconfigPaolo Bonzini1-0/+2
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+11
2019-03-05hw/arm/stellaris: Implement watchdog timerMichel Heily1-2/+72
2019-01-11hw/watchdog/wdt_i6300esb: remove a unnecessary commentPeng Hao1-1/+0
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-1/+1
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu1-8/+7
2018-08-20hw/watchdog/cmsdk_apb_watchdog: Implement CMSDK APB watchdog modulePeter Maydell3-0/+333
2018-06-15hw/watchdog/wdt_i6300esb: Convert away from old_mmioPeter Maydell1-12/+36
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2017-12-18misc: drop old i386 dependencyPhilippe Mathieu-Daudé1-1/+0
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-10-12watchdog/aspeed: fix variable type to store reload valueCédric Le Goater1-2/+2
2017-10-02watchdog: Allow setting action on the flyMichal Privoznik1-1/+7
2017-10-02watchdog.h: Drop local redefinition of actions enumMichal Privoznik2-28/+23
2017-10-02qapi: Rename WatchdogExpirationAction enumMichal Privoznik1-7/+7
2017-09-04watchdog: wdt_aspeed: Add support for the reset width registerAndrew Jeffery1-11/+82