index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
intc
/
armv7m_nvic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/intc/armv7m_nvic: Rebuild hflags on reset
Peter Maydell
2020-03-12
1
-0
/
+6
*
target/arm: Add isar_feature_aa32_vfp_simd
Richard Henderson
2020-02-28
1
-10
/
+10
*
target/arm: Test correct register in aa32_pan and aa32_ats1e1 checks
Peter Maydell
2020-02-21
1
-4
/
+4
*
target/arm: Define an aa32_pmu_8_1 isar feature test function
Peter Maydell
2020-02-21
1
-1
/
+1
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
target/arm: Rebuild hflags for M-profile NVIC
Richard Henderson
2019-10-24
1
-9
/
+13
*
memory: Access MemoryRegion with endianness
Tony Nguyen
2019-09-03
1
-7
/
+8
*
hw/intc/armv7m_nic: Access MemoryRegion with MemOp
Tony Nguyen
2019-09-03
1
-4
/
+8
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
target/arm: v8M: Check state of exception being returned from
Peter Maydell
2019-07-04
1
-1
/
+13
*
arm v8M: Forcibly clear negative-priority exceptions on deactivate
Peter Maydell
2019-07-04
1
-5
/
+35
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-1
/
+1
*
hw/intc/nvic: Use object_initialize_child for correct reference counting
Philippe Mathieu-Daudé
2019-05-24
1
-3
/
+3
*
arm: Remove unnecessary includes of hw/arm/arm.h
Peter Maydell
2019-05-23
1
-1
/
+0
*
hw/intc/armv7m_nvic: Don't enable ARMV7M_EXCP_DEBUG from reset
Peter Maydell
2019-05-07
1
-1
/
+3
*
hw/intc/armv7m_nvic: NS BFAR and BFSR are RAZ/WI if BFHFNMINS == 0
Peter Maydell
2019-05-07
1
-3
/
+24
*
hw/arm/armv7m_nvic: Check subpriority in nvic_recompute_state_secure()
Peter Maydell
2019-05-07
1
-2
/
+7
*
target/arm: New function armv7m_nvic_set_pending_lazyfp()
Peter Maydell
2019-04-29
1
-0
/
+96
*
target/arm: Implement v7m_update_fpccr()
Peter Maydell
2019-04-29
1
-0
/
+34
*
target/arm: Implement dummy versions of M-profile FP-related registers
Peter Maydell
2019-04-29
1
-0
/
+125
*
hw/intc/armv7m_nvic: Allow reading of M-profile MVFR* registers
Peter Maydell
2019-04-29
1
-0
/
+6
*
hw/intc/armv7m_nvic: Allow byte accesses to SHPR1
Peter Maydell
2019-02-15
1
-2
/
+2
*
armv7m: Don't assume the NVIC's CPU is CPU 0
Peter Maydell
2019-02-01
1
-2
/
+1
*
target/arm: Move some system registers into a substructure
Richard Henderson
2018-10-24
1
-6
/
+6
*
nvic: Expose NMI line
Peter Maydell
2018-08-20
1
-0
/
+19
*
nvic: Change NVIC to support ARMv6-M
Julia Suvorova
2018-08-14
1
-3
/
+18
*
arm: Add ARMv6-M programmer's model support
Julia Suvorova
2018-08-14
1
-0
/
+10
*
nvic: Handle ARMv6-M SCS reserved registers
Julia Suvorova
2018-08-14
1
-2
/
+49
*
armv7m_nvic: Fix m-security subsection name
Peter Maydell
2018-07-30
1
-1
/
+1
*
target/arm: Escalate to correct HardFault when AIRCR.BFHFNMINS is set
Peter Maydell
2018-07-24
1
-2
/
+6
*
hw/arm/armv7: Fix crash when introspecting the "iotkit" device
Thomas Huth
2018-07-17
1
-3
/
+2
*
arm: Don't crash if user tries to use a Cortex-M CPU without an NVIC
Peter Maydell
2018-06-15
1
-1
/
+5
*
hw/intc/armv7m_nvic: Fix byte-to-interrupt number conversions
Peter Maydell
2018-02-15
1
-4
/
+4
*
hw/intc/armv7m_nvic: Implement SCR
Peter Maydell
2018-02-15
1
-4
/
+8
*
hw/intc/armv7m_nvic: Implement cache ID registers
Peter Maydell
2018-02-15
1
-0
/
+16
*
hw/intc/armv7m_nvic: Implement v8M CPPWR register
Peter Maydell
2018-02-15
1
-0
/
+14
*
hw/intc/armv7m_nvic: Implement M profile cache maintenance ops
Peter Maydell
2018-02-15
1
-0
/
+12
*
hw/intc/armv7m_nvic: Fix ICSR PENDNMISET/CLR handling
Peter Maydell
2018-02-15
1
-3
/
+3
*
hw/intc/armv7m_nvic: Don't hardcode M profile ID registers in NVIC
Peter Maydell
2018-02-15
1
-14
/
+16
*
target/arm: Split "get pending exception info" from "acknowledge it"
Peter Maydell
2018-02-09
1
-7
/
+23
*
target/arm: Add armv7m_nvic_set_pending_derived()
Peter Maydell
2018-02-09
1
-2
/
+66
*
hw/intc/armv7m: Support byte and halfword accesses to CFSR
Peter Maydell
2018-01-16
1
-16
/
+22
*
nvic: Make systick banked
Peter Maydell
2017-12-13
1
-13
/
+77
*
nvic: Make nvic_sysreg_ns_ops work with any MemoryRegion
Peter Maydell
2017-12-13
1
-3
/
+7
*
nvic: Fix ARMv7M MPU_RBAR reads
Peter Maydell
2017-11-20
1
-1
/
+1
*
nvic: Fix miscalculation of offsets into ITNS array
Peter Maydell
2017-10-12
1
-2
/
+2
*
nvic: Add missing 'break'
Peter Maydell
2017-10-12
1
-0
/
+1
*
nvic: Add missing code for writing SHCSR.HARDFAULTPENDED bit
Peter Maydell
2017-10-06
1
-0
/
+1
[next]