aboutsummaryrefslogtreecommitdiffstats
path: root/hw/arm_timer.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-15/+20
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-13/+33
2012-01-17arm: Remove incorrect comment in arm_timerMark Langsdorf1-3/+0
2012-01-13ptimer: move declarations to ptimer.hPaolo Bonzini1-0/+1
2012-01-04arm: Set frequencies for arm_timerMark Langsdorf1-5/+19
2011-12-12Fix sp804 dual-timerPeter Chubb1-6/+35
2011-12-05Fix hw_error messages from arm_timer.cPeter Chubb1-4/+4
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity1-2/+2
2011-11-11hw/arm_timer.c: Fix bounds check for Integrator timer accessesPeter Maydell1-2/+2
2011-08-22arm_timer: convert to memory APIAvi Kivity1-35/+20
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-07-23Correct spelling of licensedMatthew Fernandez1-1/+1
2011-04-22vmstate: port arm_timerJuan Quintela1-23/+14
2011-04-22vmstate: port arm sp804Juan Quintela1-18/+11
2010-12-11Add endianness as io mem parameterAlexander Graf1-2/+3
2010-07-06savevm: Add DeviceState paramAlex Williamson1-2/+2
2010-05-21arm_timer: fix oneshot modeRabin Vincent1-1/+1
2010-05-21arm_timer: reload timer when enabledRabin Vincent1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-6/+6
2009-10-01Get rid of _t suffixmalc1-6/+6
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-2/+4
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-4/+4
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-2/+2
2009-05-14ARM timers qdev conversionPaul Brook1-20/+32
2009-05-08Replace cpu_abort with hw_errorPaul Brook1-8/+8
2008-12-13Remove unnecessary trailing newlinesblueswir11-1/+0
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-8/+0
2008-07-02Save/restore for stellaris boards.pbrook1-3/+46
2007-11-18Add statics and missing #includes for prototypes.pbrook1-2/+2
2007-11-17Break up vl.h.pbrook1-2/+3
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-1/+1
2007-06-03Fix off-by-one memory region sizes.pbrook1-2/+2
2007-05-23Add periodic timer implementation.pbrook1-114/+43
2007-04-07Unify IRQ handling.pbrook1-21/+16
2007-04-06Comment spelling fix.pbrook1-1/+1
2006-11-14ARM timer counts down, not up.pbrook1-5/+5
2006-04-09ARM Versatile Platform Baseboard emulation.pbrook1-0/+383