diff options
| author | Jani Kokkonen | 2013-07-10 17:02:00 +0200 |
|---|---|---|
| committer | Claudio Fontana | 2013-07-15 13:13:46 +0200 |
| commit | c6d8ed24b446b1f1e07af87cde54317f54a1d42e (patch) | |
| tree | 7d7d63b884a996bbac6dc76992345b827a781554 /configure | |
| parent | tcg/aarch64: implement ldst 12bit scaled uimm offset (diff) | |
| download | qemu-c6d8ed24b446b1f1e07af87cde54317f54a1d42e.tar.gz qemu-c6d8ed24b446b1f1e07af87cde54317f54a1d42e.tar.xz qemu-c6d8ed24b446b1f1e07af87cde54317f54a1d42e.zip | |
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 |
