aboutsummaryrefslogtreecommitdiffstats
path: root/hw/sh_timer.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-07-23Correct spelling of licensedMatthew Fernandez1-1/+1
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-5/+5
2009-10-01Get rid of _t suffixmalc1-5/+5
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-05-08Replace cpu_abort with hw_errorPaul Brook1-21/+11
2009-02-07SH4: fix TMU initaurel321-9/+19
2008-12-07SH4: Eliminate P4 to A7 mangling (Takashi YOSHII).balrog1-1/+2
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-4/+0
2008-11-21SH4: Use qemu_irq in timer emulation.aurel321-5/+5
2007-12-12Adds interrupt support to the sh specific timer code (Magnus Damm).balrog1-14/+18
2007-11-18Add statics and missing #includes for prototypes.pbrook1-1/+1
2007-11-17Break up vl.h.pbrook1-1/+3
2007-09-29Stand-alone TMU emulation code, by Magnus Damm.ths1-0/+323