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
/
target
/
arm
/
arm-powerctl.c
Age
Commit message (
Expand
)
Author
2024-01-26
target/arm: Expose arm_cpu_mp_affinity() in 'multiprocessing.h' header
Philippe Mathieu-Daudé
2024-01-26
target/arm: Create arm_cpu_mp_affinity
Richard Henderson
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2023-10-19
target/arm/arm-powerctl: Correctly init CPUs when powered on to lower EL
Peter Maydell
2023-02-27
target/arm: Wrap arm_rebuild_hflags calls with tcg_enabled
Fabiano Rosas
2019-12-20
arm/arm-powerctl: rebuild hflags after setting CP15 bits in arm_set_cpu_on()
Niek Linnenbank
2019-12-16
arm/arm-powerctl: set NSACR.{CP11, CP10} bits in arm_set_cpu_on()
Niek Linnenbank
2019-02-28
target/arm/arm-powerctl: Add new arm_set_cpu_on_and_reset()
Peter Maydell
2019-02-01
arm: Clarify the logic of set_pc()
Julia Suvorova
2018-10-16
target-arm: powerctl: Enable HVC when starting CPUs to EL2
Edgar E. Iglesias
2018-06-01
target: Do not include "exec/exec-all.h" if it is not necessary
Philippe Mathieu-Daudé
2017-02-24
target-arm/powerctl: defer cpu reset work to CPU context
Alex Bennée
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth