summaryrefslogtreecommitdiff
path: root/hw/timer/i8254.c
AgeCommit message (Expand)Author
2021-03-16hw/i8254: fix vmstate loadPavel Dovgalyuk
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-01-09trivial: Don't include isa.h if it is not really necessaryThomas Huth
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé
2017-12-18hw/timer/i8254: rename pit_init() -> i8254_pit_init()Philippe Mathieu-Daudé
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-01-29x86: Clean up includesPeter Maydell
2015-06-17i8254: fix out-of-bounds memory access in pit_ioport_read()Petr Matousek
2014-05-05hw: Consistently name Error ** objects errp, and not errMarkus Armbruster
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-07-04hw/t*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-06-07i8254: Convert PITCommonState to QOM realizefnAndreas Färber
2013-06-07i8254: QOM'ify some moreAndreas Färber
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini