aboutsummaryrefslogtreecommitdiff
path: root/hw/arm_gic.c
AgeCommit message (Expand)Author
2013-04-08hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini
2013-03-10Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori
2013-03-05hw/arm_gic: Convert ARM GIC classes to use init/realizePeter Maydell
2013-03-01hw: include hw header files with full pathsPaolo Bonzini
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber
2013-01-10Make all static TypeInfos constAndreas Färber
2012-12-18arm_gic: Add cpu nr to Raised IRQ messagePeter Crosthwaite
2012-12-11hw/arm_gic: fix target CPUs affected by set enable/pending opsDaniel Sangorrin
2012-12-11hw/arm_gic: Fix comparison with priority mask registerPeter Maydell
2012-10-30hw/arm_gic: Use LOG_GUEST_ERRORPeter Maydell
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-12arm_gic: Rename gic_state to GICStatePeter Maydell
2012-10-12hw/arm_gic.c: Fix improper DPRINTF output.Evgeny Voevodin
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