accel/tcg: re-factor non-RAM execution code
commit873d64ac30e64a5d0d91fca7320f4bcba19bf230
authorAlex Bennée <alex.bennee@linaro.org>
Sat, 13 Feb 2021 13:03:20 +0000 (13 13:03 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 18 Feb 2021 08:19:23 +0000 (18 08:19 +0000)
tree069f2b8392935c6f872ae9863a8971eacb5acdbc
parenta11bbb6a23a1bb5a4bf172f5b2739785e8f06c79
accel/tcg: re-factor non-RAM execution code

There is no real need to use CF_NOCACHE here. As long as the TB isn't
linked to other TBs or included in the QHT or jump cache then it will
only get executed once.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210213130325.14781-19-alex.bennee@linaro.org>
accel/tcg/translate-all.c