aboutsummaryrefslogtreecommitdiff
path: root/hw/armv7m_nvic.c
AgeCommit message (Expand)Author
2012-08-13hw/armv7m_nvic: Fix incorrect default for num-irqs propertyPeter Maydell
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: 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-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: Move gic_get_current_cpu into arm_gic.cPeter Maydell
2012-04-13hw/arm_gic: Move NCPU definition to arm_gic.cPeter Maydell
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori
2012-01-17arm: make the number of GIC interrupts configurableMark Langsdorf
2011-08-22arm_gic: convert to memory APIAvi Kivity
2011-07-23Correct spelling of licensedMatthew Fernandez
2011-04-22vmstate: port armv7m nvicJuan Quintela
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-05-02Fix missing '|' in '|=', spotted by clang analyzerBlue Swirl
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-06-04Remove ARM NVIC initialization hackPaul Brook
2009-05-14ARM GIC qdev conversionPaul Brook
2009-05-08Replace cpu_abort with hw_errorPaul Brook
2008-09-17Fix warnings that would be caused by ld flag --warn-commonblueswir1
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir1
2008-07-02Save/restore for stellaris boards.pbrook
2007-11-24Stellaris ethernet support.pbrook
2007-11-24ARMv7-M SysTick fix.pbrook
2007-11-17Break up vl.h.pbrook
2007-11-11ARMv7 support.pbrook