summaryrefslogtreecommitdiff
path: root/hw/arm_gic.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-30hw/arm_gic: Use LOG_GUEST_ERRORPeter Maydell1-4/+8
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-10/+10
2012-10-12arm_gic: Rename gic_state to GICStatePeter Maydell1-22/+22
2012-10-12hw/arm_gic.c: Fix improper DPRINTF output.Evgeny Voevodin1-1/+1
2012-08-29hw/arm_gic.c: Define .class_size in arm_gic_info TypeInfoPeter Maydell1-0/+1
2012-06-26Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-1/+1
2012-06-22arm_gic: Send dbg msgs to stderr not stdoutPeter A. G. Crosthwaite1-1/+1
2012-06-19hw/armv7m_nvic: Make the NVIC a freestanding classPeter Maydell1-227/+14
2012-06-19hw/arm_gic: Move CPU interface memory region setup into arm_gic_initPeter Maydell1-13/+13
2012-06-19hw/arm_gic.c: Make NVIC interrupt numbering a runtime settingPeter Maydell1-8/+4
2012-06-19hw/arm_gic: Make CPU target registers RAZ/WI on uniprocessorPeter Maydell1-23/+33
2012-06-19hw/arm_gic: Add qdev property for GIC revisionPeter Maydell1-0/+10
2012-06-19hw/armv7m_nvic: Use MemoryRegions for NVIC specific registersPeter Maydell1-27/+6
2012-06-19hw/arm_gic: Move NVIC specific reset to armv7m_nvic_resetPeter Maydell1-10/+0
2012-06-19hw/arm_gic: Remove the special casing of NCPU for the NVICPeter Maydell1-20/+3
2012-06-19hw/arm_gic: Remove NVIC ifdefs from gic_state structPeter Maydell1-12/+3
2012-04-13hw/arm_gic: Remove stray hardcoded tabPeter Maydell1-1/+1
2012-04-13hw/arm_gic: gic_set_pending_private() is NVIC onlyPeter Maydell1-2/+3
2012-04-13hw/arm_gic: Use NVIC instead of LEGACY_INCLUDED_GIC definePeter Maydell1-3/+10
2012-04-13hw/arm_gic: Make gic_reset a sysbus reset functionPeter Maydell1-2/+3
2012-04-13hw/arm_gic: Make the GIC its own sysbus devicePeter Maydell1-1/+51
2012-04-13hw/arm_gic: Expose PPI inputs as gpio inputsPeter Maydell1-9/+40
2012-04-13hw/arm_gic: Move gic_get_current_cpu into arm_gic.cPeter Maydell1-5/+15
2012-04-13hw/arm_gic: Move NCPU definition to arm_gic.cPeter Maydell1-1/+12
2012-03-16ARM: Remove unnecessary subpage workaroundsPeter Maydell1-4/+4
2012-03-02arm: make sure that number of irqs can be represented in GICD_TYPER.Rusty Russell1-0/+9
2012-03-02arm: clean up GIC constantsRusty Russell1-19/+22
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