From: Jani Kokkonen <jani.kokko...@huawei.com> This series implements the TCG tlb fast lookup in tcg_out_qemu_ld/st for the aarch64 TCG target.
It requires the reviewed but not committed yet series "[PATCH v4 0/3] ARM aarch64 TCG target" at: http://lists.nongnu.org/archive/html/qemu-devel/2013-05/msg04200.html https://github.com/hw-claudio/qemu/tree/tcg-aarch64-current Limitations of this initial implementation: * CONFIG_SOFTMMU only Tested running on a x86-64 physical machine running Foundation v8, running a linux 3.2.0 minimal host system based on linaro v8 image build 0.8.4423 for user space. Tested guests: arm v5, PPC64, i386 linux test images. Also tested on x86-64/linux built with buildroot. Claudio Fontana (3): tcg/aarch64: more low level ops in preparation of tlb lookup tcg/aarch64: implement byte swap operations tcg/aarch64: implement sign/zero extend operations Jani Kokkonen (1): tcg/aarch64: implement tlb lookup fast path tcg/aarch64/tcg-target.c | 333 ++++++++++++++++++++++++++++++++++++++++++++--- tcg/aarch64/tcg-target.h | 30 ++--- 2 files changed, 328 insertions(+), 35 deletions(-) -- 1.8.1