From: Peter Maydell Date: Mon, 30 Sep 2019 10:02:22 +0000 (+0100) Subject: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190927' into... X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=786d36ad416c6c199b18b78cc31eddfb784fe15d;p=qemu.git Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190927' into staging 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 # gpg: Signature made Fri 27 Sep 2019 15:32:43 BST # gpg: using RSA key E1A5C593CD419DE28E8315CF3C2525ED14360CDE # gpg: issuer "peter.maydell@linaro.org" # gpg: Good signature from "Peter Maydell " [ultimate] # gpg: aka "Peter Maydell " [ultimate] # gpg: aka "Peter Maydell " [ultimate] # Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83 15CF 3C25 25ED 1436 0CDE * remotes/pmaydell/tags/pull-target-arm-20190927: hw/arm/boot: Use the IEC binary prefix definitions hw/arm/boot.c: Set NSACR.{CP11,CP10} for NS kernel boots tests/tcg: add linux-user semihosting smoke test for ARM target/arm: remove run-time semihosting checks for linux-user target/arm: remove run time semihosting checks target/arm: handle A-profile semihosting at translate time target/arm: handle M-profile semihosting at translate time tests/tcg: clean-up some comments after the de-tangling target/arm: fix CBAR register for AArch64 CPUs Signed-off-by: Peter Maydell # Conflicts: # tests/tcg/arm/Makefile.target --- 786d36ad416c6c199b18b78cc31eddfb784fe15d diff --cc tests/tcg/arm/Makefile.target index 9f43d98f35,3b7fc9a64b..3ddff85240 --- a/tests/tcg/arm/Makefile.target +++ b/tests/tcg/arm/Makefile.target @@@ -8,9 -8,6 +8,8 @@@ ARM_SRC=$(SRC_PATH)/tests/tcg/ar # Set search path for all sources VPATH += $(ARM_SRC) - # Multiarch Tests +float_madds: CFLAGS+=-mfpu=neon-vfpv4 + # Basic Hello World ARM_TESTS = hello-arm hello-arm: CFLAGS+=-marm -ffreestanding