aboutsummaryrefslogtreecommitdiffstats
path: root/hw/arm_gic.c
AgeCommit message (Expand)AuthorFilesLines
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-26Remove qdev irq sink handlingPaul Brook1-1/+1
2009-05-14ARM GIC qdev conversionPaul Brook1-17/+12
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-3/+3
2009-05-08Replace cpu_abort with hw_errorPaul Brook1-6/+4
2009-03-07arm: Fix gic_irq_state.level bitfield typeaurel321-1/+1
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-11/+5
2008-07-02Save/restore for stellaris boards.pbrook1-0/+74
2008-05-06Force correct evaluation order in a a == b != c condition.balrog1-1/+1
2007-11-24ARMv7-M SysTick fix.pbrook1-1/+1
2007-11-11ARMv7 support.pbrook1-166/+294
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-2/+2
2007-08-26arm_gic.c error message fix, by Adam Lackorzynski.ths1-2/+2
2007-06-03Fix off-by-one memory region sizes.pbrook1-2/+2
2007-04-07Unify IRQ handling.pbrook1-11/+9
2007-01-02Arm GIC stuck interrupt fix.pbrook1-3/+6
2006-10-01ARM GIC bug.pbrook1-1/+1
2006-09-23Add ARM RealView Emulation Baseboard.pbrook1-0/+544