OSDN Git Service

accel/tcg: Hoist tcg_tb_insert() up above tb_link_page()
authorLiren Wei <lrwei@bupt.edu.cn>
Sun, 4 Jul 2021 14:31:26 +0000 (22:31 +0800)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 9 Jul 2021 16:38:33 +0000 (09:38 -0700)
commitf4cba756cb6c6173321c4aad2035d5a86100eef7
tree9902e6b1fef016967499ee93189169235b76df49
parent1797b08d244ce496d0b0f5027a75542a82c29038
accel/tcg: Hoist tcg_tb_insert() up above tb_link_page()

TranslationBlocks not inserted into the corresponding region
tree shall be regarded as partially initialized objects, and
needs to be finalized first before inserting into QHT.

Signed-off-by: Liren Wei <lrwei@bupt.edu.cn>
Message-Id: <f9fc263f71e11b6308d8c1fbc0dd366bf4aeb532.1625404483.git.lrwei@bupt.edu.cn>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/translate-all.c