summaryrefslogtreecommitdiffstats
path: root/hw/watchdog
Commit message (Expand)AuthorAgeFilesLines
* 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
* i6300esb: Fix signed integer overflowDavid Gibson2015-03-251-2/+8
* i6300esb: Correct endiannnessDavid Gibson2015-03-251-1/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-03-091-4/+2Star
|\
| * pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-261-4/+2Star
* | QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix useMarkus Armbruster2015-02-261-1/+1
|/
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-262-2/+2
* memory: remove memory_region_destroyPaolo Bonzini2014-08-181-8/+0Star
* watchdog: fix deadlock with -watchdog-action pausePaolo Bonzini2014-07-091-1/+5
* qapi event: clean up in callersWenchao Xia2014-06-271-1/+1
* qapi event: convert WATCHDOGWenchao Xia2014-06-231-16/+7Star
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-162-9/+8Star
* PortioList: Store PortioList in device stateKirill Batuzov2014-05-051-3/+4
* qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite2014-01-061-1/+2
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-222-8/+8
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-292-0/+2
* watchdog: Remove break after exitStefan Weil2013-07-271-1/+0Star
* hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+2
* piolist: add owner argument to initialization functions and pass devicesPaolo Bonzini2013-07-041-1/+1
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1