index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
intc
/
armv7m_nvic.c
Age
Commit message (
Expand
)
Author
2017-01-27
armv7m: Honour CCR.USERSETMPEND
Michael Davidsaver
2017-01-27
armv7m: implement CCR, CFSR, HFSR, DFSR, BFAR, and MMFAR
Michael Davidsaver
2017-01-27
armv7m_nvic: keep a pointer to the CPU
Michael Davidsaver
2016-07-04
armv7m_nvic: Use qemu_get_cpu(0) instead of current_cpu
Andrey Smirnov
2016-05-19
hw: explicitly include qemu/log.h
Paolo Bonzini
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
2016-03-22
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-01-29
arm: Clean up includes
Peter Maydell
2015-11-03
armv7-m: Implement SYSRESETREQ
Michael Davidsaver
2015-09-08
armv7m_nvic: Implement ICSR without using internal GIC state
Peter Maydell
2015-05-12
hw/intc/arm_gic: Change behavior of IAR writes
Fabian Aggeler
2015-05-12
hw/intc/arm_gic: Change behavior of EOIR writes
Fabian Aggeler
2015-05-12
hw/intc/arm_gic: Make ICCICR/GICC_CTLR banked
Fabian Aggeler
2015-05-12
hw/intc/arm_gic: Make ICDDCR/GICD_CTLR banked
Fabian Aggeler
2015-05-12
armv7m_nvic: systick: Reload the RELOAD value and count down only if ENABLE b...
Adrian Huang
2015-01-26
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
Paolo Bonzini
2014-10-24
arm_gic: remove unused parameter.
KONRAD Frederic
2014-06-19
armv7m_nvic: fix AIRCR implementation
Oran Avraham
2014-05-13
savevm: Remove all the unneeded version_minimum_id_old (arm)
Juan Quintela
2014-05-05
arm: Clean up fragile use of error_is_set() in realize() methods
Markus Armbruster
2014-05-01
armv7m_nvic: fix CPUID Base Register
Rabin Vincent
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-07-09
cpu: Replace cpu_single_env with CPUState current_cpu
Andreas Färber
2013-07-04
hw/i*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-04-15
arm: fix location of some include files
Peter Maydell
2013-04-12
Typo, spelling and grammatical fixes
Peter Maydell
2013-04-08
hw: move private headers to hw/ subdirectories.
Paolo Bonzini
2013-04-08
hw: move interrupt controllers to hw/intc/, configure with default-configs/
Paolo Bonzini