summaryrefslogtreecommitdiffstats
path: root/hw/watchdog/wdt_i6300esb.c
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-1/+0Star
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* hw/watchdog/wdt_i6300esb: Use DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé2019-06-061-1/+1
* hw/watchdog/wdt_i6300esb: remove a unnecessary commentPeng Hao2019-01-111-1/+0Star
* hw/watchdog/wdt_i6300esb: Convert away from old_mmioPeter Maydell2018-06-151-12/+36
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* watchdog: 6300esb: add exit functionLi Qiang2016-12-221-0/+9
* hw: Clean up includesPeter Maydell2016-01-291-1/+1
* i6300esb: remove muldiv64()Laurent Vivier2015-09-251-8/+3Star
* i6300esb: fix timer overflowLaurent Vivier2015-09-111-1/+1
* wdt_i6300esb: QOMifyGonglei2015-06-231-5/+9
* i6300esb: Fix signed integer overflowDavid Gibson2015-03-251-2/+8
* i6300esb: Correct endiannnessDavid Gibson2015-03-251-1/+1
* pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-261-4/+2Star
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-1/+1
* memory: remove memory_region_destroyPaolo Bonzini2014-08-181-8/+0Star
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-7/+7
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-3/+3
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+2
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* wdt_i6300esb: fix vmstate versioningMichael Roth2013-06-181-3/+16
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+455