summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJani Kokkonen <Jani.Kokkonen@huawei.com>2013-07-10 17:02:00 +0200
committerClaudio Fontana <claudio.fontana@huawei.com>2013-07-15 13:13:46 +0200
commitc6d8ed24b446b1f1e07af87cde54317f54a1d42e (patch)
tree7d7d63b884a996bbac6dc76992345b827a781554 /configure
parentb1f6dc0d2a03f0e114cc5ff08b0a133e24fd55ad (diff)
downloadqemu-c6d8ed24b446b1f1e07af87cde54317f54a1d42e.tar.gz
tcg/aarch64: Implement tlb lookup fast path
Supports CONFIG_QEMU_LDST_OPTIMIZATION Signed-off-by: Jani Kokkonen <jani.kokkonen@huawei.com> Reviewed-by: Richard Henderson <rth@twiddle.net> Reviewed-by: Claudio Fontana <claudio.fontana@huawei.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0e0adde410..8e425ba6e7 100755
--- a/configure
+++ b/configure
@@ -3594,7 +3594,7 @@ echo "libs_softmmu=$libs_softmmu" >> $config_host_mak
echo "ARCH=$ARCH" >> $config_host_mak
case "$cpu" in
- arm|i386|x86_64|ppc)
+ arm|i386|x86_64|ppc|aarch64)
# The TCG interpreter currently does not support ld/st optimization.
if test "$tcg_interpreter" = "no" ; then
echo "CONFIG_QEMU_LDST_OPTIMIZATION=y" >> $config_host_mak