]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Clean TBI for data operations in the translator
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 5 Feb 2019 16:52:40 +0000 (16:52 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 5 Feb 2019 16:52:40 +0000 (16:52 +0000)
commit3a471103ac1823bafc907962dcaf6bd4fc0942a2
treede428bad8d899ccc14968ba7210554bc4d66fff9
parent4a9ee99db38ba513bf1e8f43665b79c60accd017
target/arm: Clean TBI for data operations in the translator

This will allow TBI to be used in user-only mode, as well as
avoid ping-ponging the softmmu TLB when TBI is in use.  It
will also enable other armv8 extensions.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20190204132126.3255-3-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate-a64.c