aboutsummaryrefslogtreecommitdiffstats
path: root/hw/arm_gic.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-17arm: make the number of GIC interrupts configurableMark Langsdorf1-30/+38
2012-01-04arm: add dummy gic security registersRob Herring1-0/+6
2011-12-14Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori1-1/+1
2011-12-12hw/arm_gic: Expose GIC CPU interfaces as sysbus memory regionsPeter Maydell1-1/+74
2011-12-06fix spelling in hw sub directoryDong Xu Wang1-1/+1
2011-12-05hw/arm_gic.c: Ignore attempts to complete nonexistent IRQsPeter Maydell1-9/+18
2011-11-06arm_gic: handle banked enable bits for per-cpu interruptsRabin Vincent1-15/+20
2011-10-21hw/arm_gic.c: Fix save/load of irq_target arrayDmitry Koshelev1-8/+8
2011-08-22arm_gic: convert to memory APIAvi Kivity1-14/+8
2011-07-23Correct spelling of licensedMatthew Fernandez1-1/+1
2011-03-06target-arm: Fix soft interrupt in GIC distributorAdam Lackorzynski1-2/+2
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+1
2009-11-19ARM PBX-A9 board supportPaul Brook1-1/+1
2009-11-13ARM MPCore tweaksPaul Brook1-6/+22
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-6/+6
2009-10-01Get rid of _t suffixmalc1-6/+6
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