target-arm queue: nothing major here, but no point
sitting on them waiting for more stuff to come along.
thanks
-- PMM
The following changes since commit 1329132d28bf14b9508f7a1f04a2c63422bc3f99:
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2019-09-26 16:14:03 +0100)
are available in the Git repository at:
https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20190927
for you to fetch changes up to e4e34855e658b78ecac50a651cc847662ff02cfd:
hw/arm/boot: Use the IEC binary prefix definitions (2019-09-27 11:44:39 +0100)
----------------------------------------------------------------
target-arm queue:
* Fix the CBAR register implementation for Cortex-A53,
Cortex-A57, Cortex-A72
* Fix direct booting of Linux kernels on emulated CPUs
which have an AArch32 EL3 (incorrect NSACR settings
meant they could not access the FPU)
* semihosting cleanup: do more work at translate time
and less work at runtime
----------------------------------------------------------------
Alex Bennée (6):
tests/tcg: clean-up some comments after the de-tangling
target/arm: handle M-profile semihosting at translate time
target/arm: handle A-profile semihosting at translate time
target/arm: remove run time semihosting checks
target/arm: remove run-time semihosting checks for linux-user
tests/tcg: add linux-user semihosting smoke test for ARM
Luc Michel (1):
target/arm: fix CBAR register for AArch64 CPUs
Peter Maydell (1):
hw/arm/boot.c: Set NSACR.{CP11,CP10} for NS kernel boots
Philippe Mathieu-Daudé (1):
hw/arm/boot: Use the IEC binary prefix definitions
tests/tcg/Makefile.target | 7 ++-
tests/tcg/aarch64/Makefile.target | 8 ++-
tests/tcg/arm/Makefile.target | 20 ++++---
linux-user/arm/target_syscall.h | 3 -
hw/arm/boot.c | 12 ++--
linux-user/arm/cpu_loop.c | 3 -
target/arm/helper.c | 115 +++++++++++++-------------------------
target/arm/m_helper.c | 18 ++----
target/arm/translate.c | 30 ++++++++--
tests/tcg/arm/semihosting.c | 45 +++++++++++++++
10 files changed, 146 insertions(+), 115 deletions(-)
create mode 100644 tests/tcg/arm/semihosting.c