aboutsummaryrefslogtreecommitdiffstats
path: root/hw/armv7m_nvic.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-14/+18
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-7/+14
2012-01-17arm: make the number of GIC interrupts configurableMark Langsdorf1-8/+23
2011-08-22arm_gic: convert to memory APIAvi Kivity1-1/+2
2011-07-23Correct spelling of licensedMatthew Fernandez1-1/+1
2011-04-22vmstate: port armv7m nvicJuan Quintela1-25/+14
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-4/+4
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+1
2010-05-02Fix missing '|' in '|=', spotted by clang analyzerBlue Swirl1-4/+4
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-1/+2
2009-06-04Remove ARM NVIC initialization hackPaul Brook1-5/+0
2009-05-14ARM GIC qdev conversionPaul Brook1-52/+57
2009-05-08Replace cpu_abort with hw_errorPaul Brook1-8/+7
2008-09-17Fix warnings that would be caused by ld flag --warn-commonblueswir11-0/+2
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir11-4/+0
2008-07-02Save/restore for stellaris boards.pbrook1-0/+26
2007-11-24Stellaris ethernet support.pbrook1-1/+3
2007-11-24ARMv7-M SysTick fix.pbrook1-4/+5
2007-11-17Break up vl.h.pbrook1-2/+3
2007-11-11ARMv7 support.pbrook1-0/+381