summaryrefslogtreecommitdiffstats
path: root/hw/timer/i8254.c
Commit message (Expand)AuthorAgeFilesLines
* hw/i8254: fix vmstate loadPavel Dovgalyuk2021-03-161-1/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+2
* trivial: Don't include isa.h if it is not really necessaryThomas Huth2019-01-091-1/+0Star
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-051-2/+1Star
* hw/timer/i8254: rename pit_init() -> i8254_pit_init()Philippe Mathieu-Daudé2017-12-181-1/+0Star
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-221-2/+2
* x86: Clean up includesPeter Maydell2016-01-291-0/+1
* i8254: fix out-of-bounds memory access in pit_ioport_read()Petr Matousek2015-06-171-0/+6
* hw: Consistently name Error ** objects errp, and not errMarkus Armbruster2014-05-051-2/+2
* qdev: Remove hex8/32/64 property typesPaolo Bonzini2014-02-141-1/+1
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-13/+13
* hw/t*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+2
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* i8254: Convert PITCommonState to QOM realizefnAndreas Färber2013-06-071-5/+19
* i8254: QOM'ify some moreAndreas Färber2013-06-071-2/+2
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+362