summaryrefslogtreecommitdiff
path: root/hw/timer
AgeCommit message (Expand)AuthorFilesLines
2016-01-29lm32: Clean up includesPeter Maydell2-0/+2
2016-01-13arm_mptimer: Don't use hw_error() in realize() methodMarkus Armbruster1-2/+3
2016-01-09pc: acpi: move HPET from DSDT to SSDTIgor Mammedov1-1/+1
2015-12-17i.MX: rename i.MX CCM get_clock() function and CLK ID enum namesJean-Christophe Dubois2-19/+17
2015-11-09hw/timer/hpet.c: Avoid signed integer overflow which results in bugs on OSXPeter Maydell1-2/+2
2015-10-27i.MX: Standardize i.MX GPT debugJean-Christophe Dubois1-33/+23
2015-10-27i.MX: Standardize i.MX EPIT debugJean-Christophe Dubois1-28/+20
2015-10-08hw: timer: Remove unnecessary variableShraddha Barke1-3/+1
2015-09-25hpet: remove muldiv64()Laurent Vivier1-3/+3
2015-09-07i.MX: KZM: use standalone i.MX31 SOC supportJean-Christophe Dubois2-22/+0
2015-09-07arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-2/+1
2015-08-13i.MX: Fix Coding style for GPT emulatorJean-Christophe Dubois1-3/+3
2015-08-13i.MX: Split GPT emulator in a header file and a source fileJean-Christophe Dubois1-76/+3
2015-08-13i.MX: Fix Coding style for EPIT emulatorJean-Christophe Dubois1-6/+6
2015-08-13i.MX: Split EPIT emulator in a header file and a source fileJean-Christophe Dubois1-49/+3
2015-07-20timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi1-8/+10
2015-07-06arm_mptimer: Respect IT bit stateDmitry Osipenko1-1/+1
2015-07-06arm_mptimer: Fix timer shutdown and mode changeDmitry Osipenko1-2/+9
2015-07-06Fix interval interrupt of cadence ttc when timer is in decrement modeJohannes Schlatow1-5/+4
2015-07-02timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia1-1/+0
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-06-19mc146818rtc: Reset the periodic timer on loadPaul Donohue1-0/+6
2015-06-17i8254: fix out-of-bounds memory access in pit_ioport_read()Petr Matousek1-0/+6
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2-20/+14
2015-06-03hw/timer/arm_timer.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao1-4/+2
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell1-2/+3
2015-03-19Fix remaining warnings from Sparse (void return)Stefan Weil1-1/+1
2015-03-19omap: Fix warnings from SparseStefan Weil1-1/+1
2015-03-11stm32f2xx_timer: Add the stm32f2xx TimerAlistair Francis2-0/+330
2015-03-11Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell1-104/+255
2015-03-10m48t59: add m48t59 sysbus deviceMark Cave-Ayland1-0/+4
2015-03-10m48t59: introduce new base-year qdev propertyMark Cave-Ayland1-12/+15
2015-03-10m48t59: let init functions return a Nvram objectHervé Poussineau1-19/+11
2015-03-10m48t59: add a Nvram interfaceHervé Poussineau1-0/+59
2015-03-10m48t59: register a QOM type for each nvram type we supportHervé Poussineau1-77/+169
2015-03-10m48t59: move ISA ports/memory regions registration to QOM constructorHervé Poussineau1-12/+13
2015-03-10a9gtimer: remove superfluous '\n' around error_setgGonglei1-1/+1
2015-03-09Generalize QOM publishing of date and time from mc146818rtc.cDavid Gibson1-41/+3
2015-02-05fix mc146818rtc wrong subsection name to avoid vmstate_subsection_load() failZhang Haoyu1-1/+1
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini4-5/+5
2014-12-11hpet: increase spelling precisionStefan Hajnoczi1-1/+1
2014-09-11mc146818rtc: add missed field to vmstatePavel Dovgalyuk1-0/+24
2014-09-02Fix debug print warningGonglei1-1/+1
2014-08-27mc146818rtc: reinitialize irq_reinject_on_ack_count on resetPaolo Bonzini1-0/+1
2014-08-09hw/timer: Move extern declaration from .c to .h fileStefan Weil1-3/+0
2014-08-09hw/timer/imx_*: fix TIMER_MAX clash with system symbolMichael Tokarev2-24/+24
2014-07-10mc146818rtc: register the clock reset notifier on the right clockPaolo Bonzini1-1/+1
2014-07-01Merge remote-tracking branch 'remotes/bonzini/memory' into stagingPeter Maydell1-0/+9
2014-07-01mc146818rtc: add "rtc-time" link to "/machine/rtc"Marcelo Tosatti1-0/+9
2014-06-30hw: Fix qemu_allocate_irqs() leaksAndreas Färber1-2/+2