commit | b773c149a80b11449899b6a4ad3672250d4fcb0f | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Sep 05 17:57:14 2025 +0200 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Sep 24 10:29:43 2025 -0700 |
tree | 016b995de1814af1a9003d9d9642e1ac6838c11c | |
parent | 9d61f61b4fa4dc4cd65fca8b24a9cb70c0c61a88 [diff] |
accel/tcg: Split out tb_flush__exclusive_or_serial Expose a routine to be called when no cpus are running. Simplify the do_tb_flush run_on_cpu callback, because that is explicitly called with start_exclusive; there is no need for the mmap_lock as well. Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>