summaryrefslogtreecommitdiff
path: root/hw/timer/i8254.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-2/+1
2017-12-18hw/timer/i8254: rename pit_init() -> i8254_pit_init()Philippe Mathieu-Daudé1-1/+0
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-2/+2
2016-01-29x86: Clean up includesPeter Maydell1-0/+1
2015-06-17i8254: fix out-of-bounds memory access in pit_ioport_read()Petr Matousek1-0/+6
2014-05-05hw: Consistently name Error ** objects errp, and not errMarkus Armbruster1-2/+2
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini1-1/+1
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-13/+13
2013-07-04hw/t*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-06-07i8254: Convert PITCommonState to QOM realizefnAndreas Färber1-5/+19
2013-06-07i8254: QOM'ify some moreAndreas Färber1-2/+2
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+362