aboutsummaryrefslogtreecommitdiff
path: root/hw/timer/i8254_common.c
AgeCommit message (Expand)Author
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