summaryrefslogtreecommitdiffstats
path: root/hw/watchdog
Commit message (Expand)AuthorAgeFilesLines
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-162-2/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-165-0/+5
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* aspeed: Link SCU to the watchdogJoel Stanley2019-07-011-0/+20
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-125-2/+5
* hw/watchdog/wdt_i6300esb: Use DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé2019-06-061-1/+1
* trace-events: Fix attribution of trace points to sourceMarkus Armbruster2019-03-221-1/+1
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-1/+1
* ptimer: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+1
* isa: express dependencies with kconfigPaolo Bonzini2019-03-071-0/+2
* build: convert pci.mak to KconfigPaolo Bonzini2019-03-071-0/+2
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+11
* hw/arm/stellaris: Implement watchdog timerMichel Heily2019-03-051-2/+72
* hw/watchdog/wdt_i6300esb: remove a unnecessary commentPeng Hao2019-01-111-1/+0Star
* qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini2019-01-111-1/+1
* qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu2018-08-281-8/+7Star
* hw/watchdog/cmsdk_apb_watchdog: Implement CMSDK APB watchdog modulePeter Maydell2018-08-203-0/+333
* hw/watchdog/wdt_i6300esb: Convert away from old_mmioPeter Maydell2018-06-151-12/+36
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-1/+1
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+1
* Eliminate qapi/qmp/types.hMarkus Armbruster2018-02-091-1/+0Star
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* misc: drop old i386 dependencyPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* watchdog/aspeed: fix variable type to store reload valueCédric Le Goater2017-10-121-2/+2
* watchdog: Allow setting action on the flyMichal Privoznik2017-10-021-1/+7
* watchdog.h: Drop local redefinition of actions enumMichal Privoznik2017-10-022-28/+23Star
* qapi: Rename WatchdogExpirationAction enumMichal Privoznik2017-10-021-7/+7
* watchdog: wdt_aspeed: Add support for the reset width registerAndrew Jeffery2017-09-041-11/+82
* watchdog/wdt_diag288: Mark diag288 watchdog as non-hotpluggableThomas Huth2017-08-301-0/+1
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-1/+1
* wdt: Add Aspeed watchdog device modelCédric Le Goater2017-02-072-0/+226
* watchdog: 6300esb: add exit functionLi Qiang2016-12-221-0/+9
* nmi: remove x86 specific nmi handlingBandan Das2016-05-231-1/+1
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-1/+1
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-222-2/+2
* watchdog/diag288: avoid race condition on expired watchdogSascha Silbe2016-03-011-4/+8
* hw: Clean up includesPeter Maydell2016-01-293-1/+3
* s390: Clean up includesPeter Maydell2016-01-291-0/+1
* watchdog/diag288: don't reset for action=none|debug|pauseBo Tu2016-01-271-0/+7
* watchdog: introduction of get_watchdog_actionBo Tu2016-01-271-9/+5Star
* i6300esb: remove muldiv64()Laurent Vivier2015-09-251-8/+3Star
* i6300esb: fix timer overflowLaurent Vivier2015-09-111-1/+1
* watchdog/diag288: correctly register for system reset requestsXu Wang2015-07-141-0/+8
* wdt_i6300esb: QOMifyGonglei2015-06-231-5/+9
* watchdog: Add new Virtual Watchdog action INJECT-NMIMao Chuan Li2015-06-111-0/+10
* s390x/watchdog: diag288 migration supportXu Wang2015-06-111-0/+12
* s390x/watchdog: introduce diag288 watchdog deviceXu Wang2015-06-112-0/+111