QEMU v7/v8: Use a known working revision
For the 2.5.0 release we found some regressions when running latest on
QEMU. After bisecting we managed to find where the issues where
introduced, they are as follows:
v8: (e75449a346) target/aarch64: optimize indirect branches
v7: (8a6b28c7b5) target/arm: optimize indirect branches
There is a fix for that upstream, but apparently that fix does not solve
the problems for TrustZone and therefore we need more time to
investigate it. Because of that we decided to temporarily use the
previous merge commit in QEMU that is working fine on both v7 and v8 and
that is:
(199e19e) Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into staging
Signed-off-by: Joakim Bech <joakim.bech@linaro.org>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
diff --git a/qemu_v8.xml b/qemu_v8.xml
index 90bda96..18ba8b6 100644
--- a/qemu_v8.xml
+++ b/qemu_v8.xml
@@ -29,7 +29,7 @@
<project remote="linaro-swg" path="soc_term" name="soc_term.git" />
<!-- QEMU -->
- <project remote="qemu" path="qemu" name="qemu.git" />
+ <project remote="qemu" path="qemu" name="qemu.git" revision="199e19ee538eb61fd08b1c1ee5aa838ebdcc968e" />
<project remote="qemu" path="qemu/dtc" name="dtc.git" />
<!-- We're using Linaro SWG for ARM-TF until merged officially -->