summaryrefslogtreecommitdiffstats
path: root/hw/timer
Commit message (Expand)AuthorAgeFilesLines
* hw: timer: Remove unnecessary variableShraddha Barke2015-10-081-3/+1
* hpet: remove muldiv64()Laurent Vivier2015-09-251-3/+3
* i.MX: KZM: use standalone i.MX31 SOC supportJean-Christophe Dubois2015-09-072-22/+0
* arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-09-071-2/+1
* i.MX: Fix Coding style for GPT emulatorJean-Christophe Dubois2015-08-131-3/+3
* i.MX: Split GPT emulator in a header file and a source fileJean-Christophe Dubois2015-08-131-76/+3
* i.MX: Fix Coding style for EPIT emulatorJean-Christophe Dubois2015-08-131-6/+6
* i.MX: Split EPIT emulator in a header file and a source fileJean-Christophe Dubois2015-08-131-49/+3
* timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi2015-07-201-8/+10
* arm_mptimer: Respect IT bit stateDmitry Osipenko2015-07-061-1/+1
* arm_mptimer: Fix timer shutdown and mode changeDmitry Osipenko2015-07-061-2/+9
* Fix interval interrupt of cadence ttc when timer is in decrement modeJohannes Schlatow2015-07-061-5/+4
* timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia2015-07-021-1/+0
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* mc146818rtc: Reset the periodic timer on loadPaul Donohue2015-06-191-0/+6
* i8254: fix out-of-bounds memory access in pit_ioport_read()Petr Matousek2015-06-171-0/+6
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-122-20/+14
* hw/timer/arm_timer.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-4/+2
* Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell2015-04-261-2/+3
* Fix remaining warnings from Sparse (void return)Stefan Weil2015-03-191-1/+1
* omap: Fix warnings from SparseStefan Weil2015-03-191-1/+1
* stm32f2xx_timer: Add the stm32f2xx TimerAlistair Francis2015-03-112-0/+330
* Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell2015-03-111-104/+255
|\
| * m48t59: add m48t59 sysbus deviceMark Cave-Ayland2015-03-101-0/+4
| * m48t59: introduce new base-year qdev propertyMark Cave-Ayland2015-03-101-12/+15
| * m48t59: let init functions return a Nvram objectHervé Poussineau2015-03-101-19/+11
| * m48t59: add a Nvram interfaceHervé Poussineau2015-03-101-0/+59
| * m48t59: register a QOM type for each nvram type we supportHervé Poussineau2015-03-101-77/+169
| * m48t59: move ISA ports/memory regions registration to QOM constructorHervé Poussineau2015-03-101-12/+13
* | a9gtimer: remove superfluous '\n' around error_setgGonglei2015-03-101-1/+1
|/
* Generalize QOM publishing of date and time from mc146818rtc.cDavid Gibson2015-03-091-41/+3
* fix mc146818rtc wrong subsection name to avoid vmstate_subsection_load() failZhang Haoyu2015-02-051-1/+1
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-264-5/+5
* hpet: increase spelling precisionStefan Hajnoczi2014-12-111-1/+1
* mc146818rtc: add missed field to vmstatePavel Dovgalyuk2014-09-111-0/+24
* Fix debug print warningGonglei2014-09-021-1/+1
* mc146818rtc: reinitialize irq_reinject_on_ack_count on resetPaolo Bonzini2014-08-271-0/+1
* hw/timer: Move extern declaration from .c to .h fileStefan Weil2014-08-091-3/+0
* hw/timer/imx_*: fix TIMER_MAX clash with system symbolMichael Tokarev2014-08-092-24/+24
* mc146818rtc: register the clock reset notifier on the right clockPaolo Bonzini2014-07-101-1/+1
* Merge remote-tracking branch 'remotes/bonzini/memory' into stagingPeter Maydell2014-07-011-0/+9
|\
| * mc146818rtc: add "rtc-time" link to "/machine/rtc"Marcelo Tosatti2014-07-011-0/+9
* | hw: Fix qemu_allocate_irqs() leaksAndreas Färber2014-06-301-2/+2
|/
* timer: cadence_ttc: Convert to instance_initAlistair Francis2014-06-291-9/+6
* mc146818rtc: add rtc-reset-reinjection QMP commandMarcelo Tosatti2014-06-291-0/+18
* qapi event: convert RTC_CHANGEWenchao Xia2014-06-231-1/+2
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-163-9/+4
* savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela2014-06-161-2/+1
* timer: xilinx_timer: Convert to realize()Peter Crosthwaite2014-06-091-8/+12
* qapi: Replace uncommon use of the error API by the common oneMarkus Armbruster2014-05-151-2/+22
OpenPOWER on IntegriCloud