]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/translate.c
target/arm: [tcg] Port to disas_log
authorLluís Vilanova <vilanova@ac.upc.edu>
Fri, 14 Jul 2017 09:50:27 +0000 (12:50 +0300)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 6 Sep 2017 15:06:48 +0000 (08:06 -0700)
commit4013f7fc811e90b89da3a516dc71b01ca0e7e54e
tree5aee57cf44d1e7510e08c21be27c872eaaad1942
parentbe4079641f1bc755fc5d3ff194cf505c506227d8
target/arm: [tcg] Port to disas_log

Incrementally paves the way towards using the generic instruction translation
loop.

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Alex Benneé <alex.benee@linaro.org>
Message-Id: <150002582711.22386.191527630537864599.stgit@frigg.lan>
[rth: Move tb->size computation and use that result.]
Signed-off-by: Richard Henderson <rth@twiddle.net>
target/arm/translate.c