diff options
author | Alex Bennée | 2021-02-24 17:58:09 +0100 |
---|---|---|
committer | Richard Henderson | 2021-03-06 20:52:06 +0100 |
commit | bf253ac606de4a934e41ba178bf4f1338c554cec (patch) | |
tree | 1bfd3bd5ed5f7f474e52fccfcfd24692b3165e7e /hw/core | |
parent | accel/tcg: move CF_CLUSTER calculation to curr_cflags (diff) | |
download | qemu-bf253ac606de4a934e41ba178bf4f1338c554cec.tar.gz qemu-bf253ac606de4a934e41ba178bf4f1338c554cec.tar.xz qemu-bf253ac606de4a934e41ba178bf4f1338c554cec.zip |
accel/tcg: drop the use of CF_HASH_MASK and rename params
We don't really deal in cf_mask most of the time. The one time it's
relevant is when we want to remove an invalidated TB from the QHT
lookup. Everywhere else we should be looking up things without
CF_INVALID set.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210224165811.11567-4-alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'hw/core')
0 files changed, 0 insertions, 0 deletions