diff options
author | Jani Kokkonen <Jani.Kokkonen@huawei.com> | 2013-07-10 17:02:00 +0200 |
---|---|---|
committer | Claudio Fontana <claudio.fontana@huawei.com> | 2013-07-15 13:13:46 +0200 |
commit | c6d8ed24b446b1f1e07af87cde54317f54a1d42e (patch) | |
tree | 7d7d63b884a996bbac6dc76992345b827a781554 /configure | |
parent | b1f6dc0d2a03f0e114cc5ff08b0a133e24fd55ad (diff) |
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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |