summaryrefslogtreecommitdiff
path: root/hw/timer/i8254_common.c
AgeCommit message (Expand)Author
2019-11-05hw/i386: Remove obsolete LoadStateHandler::load_state_old handlersPhilippe Mathieu-Daudé
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2017-12-18hw/timer/i8254: rename pit_init() -> i8254_pit_init()Philippe Mathieu-Daudé
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-08-31i8254: use QEMU_ALIGN_DOWNMarc-André Lureau
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-01-29x86: Clean up includesPeter Maydell
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2013-12-23isa: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-06-07i8254: Convert PITCommonState to QOM realizefnAndreas Färber
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini