index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
arm
/
armv7m.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-10
hw/arm/armv7m: Correct typo in QOM object name
Peter Maydell
1
-1
/
+1
2020-12-10
hw/intc/armv7m_nvic: Make all of system PPB range be RAZWI/BusFault
Peter Maydell
1
-1
/
+1
2020-09-25
load_elf: Remove unused address variables from callers
BALATON Zoltan
1
-3
/
+1
2020-09-22
qom: simplify object_find_property / object_class_find_property
Daniel P. Berrangé
1
-5
/
+5
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
1
-16
/
+8
2020-07-10
qom: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
1
-12
/
+8
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
1
-13
/
+11
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
1
-6
/
+3
2020-07-02
hw/arm: Drop useless object_property_set_link() error handling
Markus Armbruster
1
-5
/
+2
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
1
-1
/
+1
2020-06-15
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 3
Markus Armbruster
1
-3
/
+3
2020-06-15
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2
Markus Armbruster
1
-2
/
+2
2020-06-15
armv7m: Delete unused "ARM,bitband-memory" devices
Markus Armbruster
1
-2
/
+4
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-1
/
+1
2020-01-29
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
1
-1
/
+1
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-2
/
+2
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
1
-0
/
+1
2019-06-17
hw/arm/armv7m: Forward "vfp" and "dsp" properties to CPU
Peter Maydell
1
-0
/
+18
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-1
/
+1
2019-05-23
arm: Rename hw/arm/arm.h to hw/arm/boot.h
Peter Maydell
1
-1
/
+1
2019-02-05
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick
1
-1
/
+2
2019-02-01
armv7m: Pass through start-powered-off CPU property
Peter Maydell
1
-0
/
+10
2019-02-01
armv7m: Make cpu object a child of the armv7m container
Peter Maydell
1
-1
/
+6
2019-02-01
armv7m: Don't assume the NVIC's CPU is CPU 0
Peter Maydell
1
-2
/
+4
2019-01-07
Revert "armv7m: Guard against no -kernel argument"
Stefan Hajnoczi
1
-5
/
+0
2018-08-20
nvic: Expose NMI line
Peter Maydell
1
-0
/
+1
2018-08-16
hw/arm: make bitbanded IO optional on ARMv7-M
Stefan Hajnoczi
1
-18
/
+21
2018-07-17
hw/arm/armv7: Fix crash when introspecting the "iotkit" device
Thomas Huth
1
-4
/
+3
2018-06-15
arm: Don't crash if user tries to use a Cortex-M CPU without an NVIC
Peter Maydell
1
-1
/
+6
2018-06-15
hw/arm/armv7m: Remove unused armv7m_init() function
Peter Maydell
1
-21
/
+0
2018-03-02
armv7m: Forward init-svtor property to CPU object
Peter Maydell
1
-0
/
+9
2018-03-02
armv7m: Forward idau property to CPU object
Peter Maydell
1
-0
/
+9
2018-03-02
hw/arm/armv7m: Honour CPU's address space for image loads
Peter Maydell
1
-3
/
+14
2018-02-06
hw/arm: Replace fprintf(stderr, "*\n" with error_report()
Alistair Francis
1
-1
/
+1
2017-09-22
memory: Get rid of address_space_init_shareable
Alexey Kardashevskiy
1
-5
/
+4
2017-09-19
arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly
Igor Mammedov
1
-35
/
+5
2017-09-07
armv7m: Convert armv7m.memory to DEFINE_PROP_LINK
Fam Zheng
1
-6
/
+2
2017-09-07
armv7m: Convert bitband.source-memory to DEFINE_PROP_LINK
Fam Zheng
1
-6
/
+2
2017-09-04
hw/arm: use defined type name instead of hard-coded string
Philippe Mathieu-Daudé
1
-2
/
+2
2017-02-28
armv7m: Make bitband device take the address space to access
Peter Maydell
1
-87
/
+79
2017-02-28
armv7m: Make NVIC expose a memory region rather than mapping itself
Peter Maydell
1
-1
/
+6
2017-02-28
armv7m: Make ARMv7M object take memory region link
Peter Maydell
1
-1
/
+22
2017-02-28
armv7m: Use QOMified armv7m object in armv7m_init()
Peter Maydell
1
-37
/
+12
2017-02-28
armv7m: QOMify the armv7m container
Peter Maydell
1
-12
/
+127
2017-02-28
armv7m: Abstract out the "load kernel" code
Peter Maydell
1
-5
/
+18
2017-01-27
armv7m: Replace armv7m.hack with unassigned_access handler
Michael Davidsaver
1
-8
/
+0
2016-05-12
hw/arm: QOM'ify armv7m.c
xiaoqiang.zhao
1
-6
/
+5
2016-03-22
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
1
-0
/
+2
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
[next]