index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
arm
/
armv7m.c
Age
Commit message (
Expand
)
Author
2018-03-02
armv7m: Forward init-svtor property to CPU object
Peter Maydell
2018-03-02
armv7m: Forward idau property to CPU object
Peter Maydell
2018-03-02
hw/arm/armv7m: Honour CPU's address space for image loads
Peter Maydell
2018-02-06
hw/arm: Replace fprintf(stderr, "*\n" with error_report()
Alistair Francis
2017-09-22
memory: Get rid of address_space_init_shareable
Alexey Kardashevskiy
2017-09-19
arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly
Igor Mammedov
2017-09-07
armv7m: Convert armv7m.memory to DEFINE_PROP_LINK
Fam Zheng
2017-09-07
armv7m: Convert bitband.source-memory to DEFINE_PROP_LINK
Fam Zheng
2017-09-04
hw/arm: use defined type name instead of hard-coded string
Philippe Mathieu-Daudé
2017-02-28
armv7m: Make bitband device take the address space to access
Peter Maydell
2017-02-28
armv7m: Make NVIC expose a memory region rather than mapping itself
Peter Maydell
2017-02-28
armv7m: Make ARMv7M object take memory region link
Peter Maydell
2017-02-28
armv7m: Use QOMified armv7m object in armv7m_init()
Peter Maydell
2017-02-28
armv7m: QOMify the armv7m container
Peter Maydell
2017-02-28
armv7m: Abstract out the "load kernel" code
Peter Maydell
2017-01-27
armv7m: Replace armv7m.hack with unassigned_access handler
Michael Davidsaver
2016-05-12
hw/arm: QOM'ify armv7m.c
xiaoqiang.zhao
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-03-04
loader: Add data swap option to load-elf
Peter Crosthwaite
2016-01-18
hw/arm: Clean up includes
Peter Maydell
2015-11-03
armv7-m: Return DeviceState* from armv7m_init()
Michael Davidsaver
2015-09-25
arm: Remove ELF_MACHINE from cpu.h
Peter Crosthwaite
2015-09-18
Fix bad error handling after memory_region_init_ram()
Markus Armbruster
2015-02-05
target_arm: Parameterise the irq lines for armv7m_init
Alistair Francis
2015-02-05
target_arm: Remove memory region init from armv7m_init
Alistair Francis
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
2014-08-19
arm: armv7m: Rename address_space_mem -> system_memory
Peter Crosthwaite
2013-11-05
armv7m: Don't enforce use of kernel for qtest
Andreas Färber
2013-08-20
hw/arm/armv7m: Don't use arm_pic_init_cpu()
Peter Maydell
2013-07-29
armv7m: QOM cast cleanup for BitBandState
Andreas Färber
2013-07-04
hw/a*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-04-19
Remove unneeded type casts
Stefan Weil
2013-04-15
arm: fix location of some include files
Peter Maydell
2013-04-08
hw: move headers to include/
Paolo Bonzini
2013-03-01
arm: move files referencing CPU to hw/arm/
Paolo Bonzini