]> xenbits.xensource.com Git - qemu-xen.git/commit
accel/tcg: remove CF_NOCACHE and special cases
authorAlex Bennée <alex.bennee@linaro.org>
Sat, 13 Feb 2021 13:03:21 +0000 (13:03 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 18 Feb 2021 08:19:23 +0000 (08:19 +0000)
commitc4afb3456c84e4500ac04c7cea86082804ca7c63
tree9b858337c437192492697358ca8e157e5f9d304e
parent873d64ac30e64a5d0d91fca7320f4bcba19bf230
accel/tcg: remove CF_NOCACHE and special cases

Now we no longer generate CF_NOCACHE blocks we can remove a bunch of
the special case handling for them. While we are at it we can remove
the unused tb->orig_tb field and save a few bytes on the TB structure.

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