aboutsummaryrefslogtreecommitdiff
path: root/hw/timer
AgeCommit message (Expand)Author
2015-03-11stm32f2xx_timer: Add the stm32f2xx TimerAlistair Francis
2015-03-11Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell
2015-03-10m48t59: add m48t59 sysbus deviceMark Cave-Ayland
2015-03-10m48t59: introduce new base-year qdev propertyMark Cave-Ayland
2015-03-10m48t59: let init functions return a Nvram objectHervé Poussineau
2015-03-10m48t59: add a Nvram interfaceHervé Poussineau
2015-03-10m48t59: register a QOM type for each nvram type we supportHervé Poussineau
2015-03-10m48t59: move ISA ports/memory regions registration to QOM constructorHervé Poussineau
2015-03-10a9gtimer: remove superfluous '\n' around error_setgGonglei
2015-03-09Generalize QOM publishing of date and time from mc146818rtc.cDavid Gibson
2015-02-05fix mc146818rtc wrong subsection name to avoid vmstate_subsection_load() failZhang Haoyu
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini
2014-12-11hpet: increase spelling precisionStefan Hajnoczi
2014-09-11mc146818rtc: add missed field to vmstatePavel Dovgalyuk
2014-09-02Fix debug print warningGonglei
2014-08-27mc146818rtc: reinitialize irq_reinject_on_ack_count on resetPaolo Bonzini
2014-08-09hw/timer: Move extern declaration from .c to .h fileStefan Weil
2014-08-09hw/timer/imx_*: fix TIMER_MAX clash with system symbolMichael Tokarev
2014-07-10mc146818rtc: register the clock reset notifier on the right clockPaolo Bonzini
2014-07-01Merge remote-tracking branch 'remotes/bonzini/memory' into stagingPeter Maydell
2014-07-01mc146818rtc: add "rtc-time" link to "/machine/rtc"Marcelo Tosatti
2014-06-30hw: Fix qemu_allocate_irqs() leaksAndreas Färber
2014-06-29timer: cadence_ttc: Convert to instance_initAlistair Francis
2014-06-29mc146818rtc: add rtc-reset-reinjection QMP commandMarcelo Tosatti
2014-06-23qapi event: convert RTC_CHANGEWenchao Xia
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela
2014-06-09timer: xilinx_timer: Convert to realize()Peter Crosthwaite
2014-05-15qapi: Replace uncommon use of the error API by the common oneMarkus Armbruster
2014-05-15hw: Don't call visit_end_struct() after visit_start_struct() failsMarkus Armbruster
2014-05-15Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i...Peter Maydell
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela
2014-05-13hw/timer/exynos4210_mct: Avoid overflow in exynos4210_ltick_recalc_countPeter Maydell
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela
2014-05-13xilinx_timer: Fix writes into TCSR registerGuenter Roeck
2014-05-07Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140505' i...Peter Maydell
2014-05-05hpet: fix buffer overrun on invalid state loadMichael S. Tsirkin
2014-05-05hw: Consistently name Error ** objects errp, and not errMarkus Armbruster
2014-04-17allwinner-a10-pit: implement prescaler and source selectionBeniamino Galvani
2014-04-17allwinner-a10-pit: use level triggered interruptsBeniamino Galvani
2014-04-17allwinner-a10-pit: avoid generation of spurious interruptsBeniamino Galvani
2014-04-17timer: cadence_ttc: Fix match register write logicPeter Crosthwaite
2014-03-28Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-03-27Don't enable a HPET timer if HPET is disabledMatt Lupfer
2014-03-27hw/timer/grlib_gptimer: remove unnecessary assignmentPrasad Joshi
2014-03-15hw/timer/grlib_gptimer: Avoid integer overflowsSebastian Huber
2014-03-04Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into stagingPeter Maydell
2014-02-27sun4m: fix slavio timer RUN/STOP bitMark Cave-Ayland
2014-02-26hw/timer/arm_timer: Avoid array overrun for bad addressesPeter Maydell
2014-02-14qdev: Add enum property types to QAPI schemaPaolo Bonzini