aboutsummaryrefslogtreecommitdiff
path: root/hw/watchdog/wdt_i6300esb.c
AgeCommit message (Expand)Author
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-06hw/watchdog/wdt_i6300esb: Use DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé
2019-01-11hw/watchdog/wdt_i6300esb: remove a unnecessary commentPeng Hao
2018-06-15hw/watchdog/wdt_i6300esb: Convert away from old_mmioPeter Maydell
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2016-12-22watchdog: 6300esb: add exit functionLi Qiang
2016-01-29hw: Clean up includesPeter Maydell
2015-09-25i6300esb: remove muldiv64()Laurent Vivier
2015-09-11i6300esb: fix timer overflowLaurent Vivier
2015-06-23wdt_i6300esb: QOMifyGonglei
2015-03-25i6300esb: Fix signed integer overflowDavid Gibson
2015-03-25i6300esb: Correct endiannnessDavid Gibson
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-04hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-06-18wdt_i6300esb: fix vmstate versioningMichael Roth
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini