aboutsummaryrefslogtreecommitdiff
path: root/hw/arm_gic.c
AgeCommit message (Expand)Author
2012-08-29hw/arm_gic.c: Define .class_size in arm_gic_info TypeInfoPeter Maydell
2012-06-26Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-06-22arm_gic: Send dbg msgs to stderr not stdoutPeter A. G. Crosthwaite
2012-06-19hw/armv7m_nvic: Make the NVIC a freestanding classPeter Maydell
2012-06-19hw/arm_gic: Move CPU interface memory region setup into arm_gic_initPeter Maydell
2012-06-19hw/arm_gic.c: Make NVIC interrupt numbering a runtime settingPeter Maydell
2012-06-19hw/arm_gic: Make CPU target registers RAZ/WI on uniprocessorPeter Maydell
2012-06-19hw/arm_gic: Add qdev property for GIC revisionPeter Maydell
2012-06-19hw/armv7m_nvic: Use MemoryRegions for NVIC specific registersPeter Maydell
2012-06-19hw/arm_gic: Move NVIC specific reset to armv7m_nvic_resetPeter Maydell
2012-06-19hw/arm_gic: Remove the special casing of NCPU for the NVICPeter Maydell
2012-06-19hw/arm_gic: Remove NVIC ifdefs from gic_state structPeter Maydell
2012-04-13hw/arm_gic: Remove stray hardcoded tabPeter Maydell
2012-04-13hw/arm_gic: gic_set_pending_private() is NVIC onlyPeter Maydell
2012-04-13hw/arm_gic: Use NVIC instead of LEGACY_INCLUDED_GIC definePeter Maydell
2012-04-13hw/arm_gic: Make gic_reset a sysbus reset functionPeter Maydell
2012-04-13hw/arm_gic: Make the GIC its own sysbus devicePeter Maydell
2012-04-13hw/arm_gic: Expose PPI inputs as gpio inputsPeter Maydell
2012-04-13hw/arm_gic: Move gic_get_current_cpu into arm_gic.cPeter Maydell
2012-04-13hw/arm_gic: Move NCPU definition to arm_gic.cPeter Maydell
2012-03-16ARM: Remove unnecessary subpage workaroundsPeter Maydell
2012-03-02arm: make sure that number of irqs can be represented in GICD_TYPER.Rusty Russell
2012-03-02arm: clean up GIC constantsRusty Russell
2012-01-17arm: make the number of GIC interrupts configurableMark Langsdorf
2012-01-04arm: add dummy gic security registersRob Herring
2011-12-14Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori
2011-12-12hw/arm_gic: Expose GIC CPU interfaces as sysbus memory regionsPeter Maydell
2011-12-06fix spelling in hw sub directoryDong Xu Wang
2011-12-05hw/arm_gic.c: Ignore attempts to complete nonexistent IRQsPeter Maydell
2011-11-06arm_gic: handle banked enable bits for per-cpu interruptsRabin Vincent
2011-10-21hw/arm_gic.c: Fix save/load of irq_target arrayDmitry Koshelev
2011-08-22arm_gic: convert to memory APIAvi Kivity
2011-07-23Correct spelling of licensedMatthew Fernandez
2011-03-06target-arm: Fix soft interrupt in GIC distributorAdam Lackorzynski
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-07-06savevm: Add DeviceState paramAlex Williamson
2009-11-19ARM PBX-A9 board supportPaul Brook
2009-11-13ARM MPCore tweaksPaul Brook
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-05-26Remove qdev irq sink handlingPaul Brook
2009-05-14ARM GIC qdev conversionPaul Brook
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl
2009-05-08Replace cpu_abort with hw_errorPaul Brook
2009-03-07arm: Fix gic_irq_state.level bitfield typeaurel32
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook
2008-07-02Save/restore for stellaris boards.pbrook