aboutsummaryrefslogtreecommitdiffstats
path: root/hw/sh_intc.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-24sh_intc: convert interrupt controller to memory APIBenoƮt Canet1-28/+57
2011-09-02sh4: Fix potential crash in debug codeStefan Weil1-4/+5
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-07-23Correct spelling of licensedMatthew Fernandez1-1/+1
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2010-08-20Replace qemu_malloc + memset with qemu_malloczBlue Swirl1-2/+1
2010-03-18Replace assert(0) with abort() or cpu_abort()Blue Swirl1-3/+3
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-2/+2
2009-10-01Get rid of _t suffixmalc1-2/+2
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-13Include assert.h from qemu-common.hPaul Brook1-1/+0
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-3/+1
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-5/+4
2008-12-07SH4: kill a few warningsaurel321-1/+1
2008-12-07SH4: Eliminate P4 to A7 mangling (Takashi YOSHII).balrog1-2/+5
2008-12-07sh4: Add IRL (4-bit encoded interrupt input) support (Takashi YOSHII).balrog1-0/+15
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-1/+2
2008-11-21SH4: Switch serial emulation to qemu_irqaurel321-1/+4
2008-11-21SH4: Use qemu_irq in timer emulation.aurel321-0/+10
2007-12-02SH4: system emulator interrupt update, by Magnus Damm.ths1-27/+96
2007-11-17Break up vl.h.pbrook1-1/+2
2007-10-04sh775x interrupt controller by Magnus Damm.balrog1-0/+383