summaryrefslogtreecommitdiffstats
path: root/hw/arm_timer.c
Commit message (Expand)AuthorAgeFilesLines
* Fix hw_error messages from arm_timer.cPeter Chubb2011-12-051-4/+4
* sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity2011-11-281-2/+2
* hw/arm_timer.c: Fix bounds check for Integrator timer accessesPeter Maydell2011-11-111-2/+2
* arm_timer: convert to memory APIAvi Kivity2011-08-221-35/+20
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* Correct spelling of licensedMatthew Fernandez2011-07-231-1/+1
* vmstate: port arm_timerJuan Quintela2011-04-221-23/+14
* vmstate: port arm sp804Juan Quintela2011-04-221-18/+11
* Add endianness as io mem parameterAlexander Graf2010-12-111-2/+3
* savevm: Add DeviceState paramAlex Williamson2010-07-061-2/+2
* arm_timer: fix oneshot modeRabin Vincent2010-05-211-1/+1
* arm_timer: reload timer when enabledRabin Vincent2010-05-211-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-6/+6
* Get rid of _t suffixmalc2009-10-011-6/+6
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-2/+4
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-4/+4
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-2/+2
* ARM timers qdev conversionPaul Brook2009-05-141-20/+32
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-8/+8
* Remove unnecessary trailing newlinesblueswir12008-12-131-1/+0
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-8/+0
* Save/restore for stellaris boards.pbrook2008-07-021-3/+46
* Add statics and missing #includes for prototypes.pbrook2007-11-181-2/+2
* Break up vl.h.pbrook2007-11-171-2/+3
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-1/+1
* Fix off-by-one memory region sizes.pbrook2007-06-031-2/+2
* Add periodic timer implementation.pbrook2007-05-231-114/+43
* Unify IRQ handling.pbrook2007-04-071-21/+16
* Comment spelling fix.pbrook2007-04-061-1/+1
* ARM timer counts down, not up.pbrook2006-11-141-5/+5
* ARM Versatile Platform Baseboard emulation.pbrook2006-04-091-0/+383
OpenPOWER on IntegriCloud