summaryrefslogtreecommitdiff
path: root/hw/timer/hpet.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-12hpet: recover timer offset correctlyPavel Dovgalyuk1-2/+28
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2016-04-08hw/timer: Revert "hpet: inverse polarity when pin above ISA_NUM_IRQS"Bill Paul1-12/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29x86: Clean up includesPeter Maydell1-0/+1
2016-01-09pc: acpi: move HPET from DSDT to SSDTIgor Mammedov1-1/+1
2015-11-09hw/timer/hpet.c: Avoid signed integer overflow which results in bugs on OSXPeter Maydell1-2/+2
2015-09-25hpet: remove muldiv64()Laurent Vivier1-3/+3
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela1-7/+4
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell1-2/+3
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini1-1/+1
2014-12-11hpet: increase spelling precisionStefan Hajnoczi1-1/+1
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-6/+3
2014-05-05hpet: fix buffer overrun on invalid state loadMichael S. Tsirkin1-0/+13
2014-03-27Don't enable a HPET timer if HPET is disabledMatt Lupfer1-1/+2
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+2
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+1
2013-12-11hpet: fix build with CONFIG_HPET offMichael S. Tsirkin1-6/+0
2013-12-11hpet: enable to entitle more irq pins for hpetLiu Ping Fan1-2/+7
2013-12-11hpet: inverse polarity when pin above ISA_NUM_IRQSLiu Ping Fan1-2/+12
2013-10-14hpet: add API to find itMichael S. Tsirkin1-0/+5
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-10/+10
2013-07-23hpet: Use QOM realize for hpetHu Tao1-13/+19
2013-07-23hpet: QOM'ify some moreHu Tao1-6/+13
2013-07-04hw/t*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+760