summaryrefslogtreecommitdiffstats
path: root/hw/armv7m_nvic.c
Commit message (Expand)AuthorAgeFilesLines
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-2/+2
* arm_gic: Rename gic_state to GICStatePeter Maydell2012-10-121-3/+3
* hw/armv7m_nvic: Correctly register GIC region when setting up NVICMeador Inge2012-09-261-1/+2
* hw/armv7m_nvic: Fix incorrect default for num-irqs propertyPeter Maydell2012-08-131-7/+14
* hw/armv7m_nvic: Make the NVIC a freestanding classPeter Maydell2012-06-191-12/+36
* hw/arm_gic: Move CPU interface memory region setup into arm_gic_initPeter Maydell2012-06-191-1/+1
* hw/arm_gic: Add qdev property for GIC revisionPeter Maydell2012-06-191-0/+2
* hw/armv7m_nvic: Use MemoryRegions for NVIC specific registersPeter Maydell2012-06-191-1/+73
* hw/arm_gic: Move NVIC specific reset to armv7m_nvic_resetPeter Maydell2012-06-191-0/+7
* hw/arm_gic: Remove the special casing of NCPU for the NVICPeter Maydell2012-06-191-3/+2
* hw/arm_gic: Use NVIC instead of LEGACY_INCLUDED_GIC definePeter Maydell2012-04-131-1/+0
* hw/arm_gic: Make gic_reset a sysbus reset functionPeter Maydell2012-04-131-0/+16
* hw/arm_gic: Make the GIC its own sysbus devicePeter Maydell2012-04-131-0/+1
* hw/arm_gic: Move gic_get_current_cpu into arm_gic.cPeter Maydell2012-04-131-7/+0
* hw/arm_gic: Move NCPU definition to arm_gic.cPeter Maydell2012-04-131-1/+0
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-14/+18
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-7/+14
* arm: make the number of GIC interrupts configurableMark Langsdorf2012-01-171-8/+23
* arm_gic: convert to memory APIAvi Kivity2011-08-221-1/+2
* Correct spelling of licensedMatthew Fernandez2011-07-231-1/+1
* vmstate: port armv7m nvicJuan Quintela2011-04-221-25/+14
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-4/+4
* savevm: Add DeviceState paramAlex Williamson2010-07-061-1/+1
* Fix missing '|' in '|=', spotted by clang analyzerBlue Swirl2010-05-021-4/+4
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* Remove ARM NVIC initialization hackPaul Brook2009-06-041-5/+0
* ARM GIC qdev conversionPaul Brook2009-05-141-52/+57
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-8/+7
* Fix warnings that would be caused by ld flag --warn-commonblueswir12008-09-171-0/+2
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-301-4/+0
* Save/restore for stellaris boards.pbrook2008-07-021-0/+26
* Stellaris ethernet support.pbrook2007-11-241-1/+3
* ARMv7-M SysTick fix.pbrook2007-11-241-4/+5
* Break up vl.h.pbrook2007-11-171-2/+3
* ARMv7 support.pbrook2007-11-111-0/+381
OpenPOWER on IntegriCloud