summaryrefslogtreecommitdiffstats
path: root/hw/arm_timer.c
Commit message (Expand)AuthorAgeFilesLines
* Make all static TypeInfos constAndreas Färber2013-01-101-2/+2
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* hw/arm_timer: Use LOG_GUEST_ERROR and LOG_UNIMPPeter Maydell2012-10-301-6/+13
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-6/+6
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-15/+20
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-13/+33
* arm: Remove incorrect comment in arm_timerMark Langsdorf2012-01-171-3/+0
* ptimer: move declarations to ptimer.hPaolo Bonzini2012-01-131-0/+1
* arm: Set frequencies for arm_timerMark Langsdorf2012-01-041-5/+19
* Fix sp804 dual-timerPeter Chubb2011-12-121-6/+35
* 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