summaryrefslogtreecommitdiff
path: root/hw/watchdog
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-30watchdog/wdt_diag288: Mark diag288 watchdog as non-hotpluggableThomas Huth1-0/+1
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-1/+1
2017-02-07wdt: Add Aspeed watchdog device modelCédric Le Goater2-0/+226
2016-12-22watchdog: 6300esb: add exit functionLi Qiang1-0/+9
2016-05-23nmi: remove x86 specific nmi handlingBandan Das1-1/+1
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-1/+1
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2-2/+2
2016-03-01watchdog/diag288: avoid race condition on expired watchdogSascha Silbe1-4/+8
2016-01-29hw: Clean up includesPeter Maydell3-1/+3
2016-01-29s390: Clean up includesPeter Maydell1-0/+1
2016-01-27watchdog/diag288: don't reset for action=none|debug|pauseBo Tu1-0/+7
2016-01-27watchdog: introduction of get_watchdog_actionBo Tu1-9/+5
2015-09-25i6300esb: remove muldiv64()Laurent Vivier1-8/+3
2015-09-11i6300esb: fix timer overflowLaurent Vivier1-1/+1
2015-07-14watchdog/diag288: correctly register for system reset requestsXu Wang1-0/+8
2015-06-23wdt_i6300esb: QOMifyGonglei1-5/+9
2015-06-11watchdog: Add new Virtual Watchdog action INJECT-NMIMao Chuan Li1-0/+10
2015-06-11s390x/watchdog: diag288 migration supportXu Wang1-0/+12
2015-06-11s390x/watchdog: introduce diag288 watchdog deviceXu Wang2-0/+111
2015-03-25i6300esb: Fix signed integer overflowDavid Gibson1-2/+8
2015-03-25i6300esb: Correct endiannnessDavid Gibson1-1/+1
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-4/+2
2015-02-26QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix useMarkus Armbruster1-1/+1
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster1-4/+2
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2-2/+2
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-8/+0
2014-07-09watchdog: fix deadlock with -watchdog-action pausePaolo Bonzini1-1/+5
2014-06-27qapi event: clean up in callersWenchao Xia1-1/+1
2014-06-23qapi event: convert WATCHDOGWenchao Xia1-16/+7
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2-9/+8
2014-05-05PortioList: Store PortioList in device stateKirill Batuzov1-3/+4
2014-01-06qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite1-1/+2
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh2-8/+8
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum2-0/+2
2013-07-27watchdog: Remove break after exitStefan Weil1-1/+0
2013-07-04hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+2
2013-07-04piolist: add owner argument to initialization functions and pass devicesPaolo Bonzini1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1