summaryrefslogtreecommitdiffstats
path: root/hw/timer/hpet.c
Commit message (Expand)AuthorAgeFilesLines
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-09-221-20/+7Star
|\
| * hw/timer/hpet: Fix debug format stringsDov Murik2020-09-161-6/+7
| * hw/timer/hpet: Remove unused functions hpet_ram_readb, hpet_ram_readwDov Murik2020-09-161-14/+0Star
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
|/
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* hw/timer/hpet: Include "exec/address-spaces.h"Philippe Mathieu-Daudé2020-03-091-0/+1
* hw/timer: Remove unused "ui/console.h" headerPhilippe Mathieu-Daudé2020-03-091-1/+0Star
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw/rtc/mc146818: Include mc146818rtc_regs.h a bit lessPhilippe Mathieu-Daudé2019-10-241-0/+1
* hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-1/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* hpet: Report warnings with warn_report(), not error_printf()Markus Armbruster2019-04-171-1/+1
* hpet: recover timer offset correctlyPavel Dovgalyuk2018-01-121-2/+28
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-1/+3
* hw/timer: Revert "hpet: inverse polarity when pin above ISA_NUM_IRQS"Bill Paul2016-04-081-12/+2Star
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* x86: Clean up includesPeter Maydell2016-01-291-0/+1
* pc: acpi: move HPET from DSDT to SSDTIgor Mammedov2016-01-091-1/+1
* hw/timer/hpet.c: Avoid signed integer overflow which results in bugs on OSXPeter Maydell2015-11-091-2/+2
* hpet: remove muldiv64()Laurent Vivier2015-09-251-3/+3
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-7/+4Star
* Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell2015-04-261-2/+3
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-1/+1
* hpet: increase spelling precisionStefan Hajnoczi2014-12-111-1/+1
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-6/+3Star
* hpet: fix buffer overrun on invalid state loadMichael S. Tsirkin2014-05-051-0/+13
* Don't enable a HPET timer if HPET is disabledMatt Lupfer2014-03-271-1/+2
* exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-1/+2
* sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+0Star
* qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+1
* hpet: fix build with CONFIG_HPET offMichael S. Tsirkin2013-12-111-6/+0Star
* hpet: enable to entitle more irq pins for hpetLiu Ping Fan2013-12-111-2/+7
* hpet: inverse polarity when pin above ISA_NUM_IRQSLiu Ping Fan2013-12-111-2/+12
* hpet: add API to find itMichael S. Tsirkin2013-10-141-0/+5
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-10/+10
* hpet: Use QOM realize for hpetHu Tao2013-07-231-13/+19
* hpet: QOM'ify some moreHu Tao2013-07-231-6/+13
* hw/t*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+1
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+760