summary refs log tree commit diff stats
path: root/hw/intc/armv7m_nvic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* armv7m: Honour CCR.USERSETMPENDMichael Davidsaver2017-01-271-1/+4
* armv7m: implement CCR, CFSR, HFSR, DFSR, BFAR, and MMFARMichael Davidsaver2017-01-271-10/+32
* armv7m_nvic: keep a pointer to the CPUMichael Davidsaver2017-01-271-6/+5
* armv7m_nvic: Use qemu_get_cpu(0) instead of current_cpuAndrey Smirnov2016-07-041-4/+4
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-191-0/+1
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* arm: Clean up includesPeter Maydell2016-01-291-0/+1
* armv7-m: Implement SYSRESETREQMichael Davidsaver2015-11-031-1/+8
* armv7m_nvic: Implement ICSR without using internal GIC statePeter Maydell2015-09-081-7/+6
* hw/intc/arm_gic: Change behavior of IAR writesFabian Aggeler2015-05-121-1/+1
* hw/intc/arm_gic: Change behavior of EOIR writesFabian Aggeler2015-05-121-1/+1
* hw/intc/arm_gic: Make ICCICR/GICC_CTLR bankedFabian Aggeler2015-05-121-1/+1
* hw/intc/arm_gic: Make ICDDCR/GICD_CTLR bankedFabian Aggeler2015-05-121-1/+1
* armv7m_nvic: systick: Reload the RELOAD value and count down only if ENABLE b...Adrian Huang2015-05-121-0/+9
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-1/+1
* arm_gic: remove unused parameter.KONRAD Frederic2014-10-241-1/+1
* armv7m_nvic: fix AIRCR implementationOran Avraham2014-06-191-1/+4
* savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela2014-05-131-2/+1
* arm: Clean up fragile use of error_is_set() in realize() methodsMarkus Armbruster2014-05-051-2/+4
* armv7m_nvic: fix CPUID Base RegisterRabin Vincent2014-05-011-1/+1
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-8/+8
* cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber2013-07-091-3/+8
* hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-3/+4
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-3/+3
* arm: fix location of some include filesPeter Maydell2013-04-151-1/+1
* Typo, spelling and grammatical fixesPeter Maydell2013-04-121-1/+1
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-1/+1
* hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini2013-04-081-0/+553