commit | 530c7139f64aa0e45b61ce9abecb7df8c55b3f12 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Thu Jan 23 23:30:04 2025 +0100 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Thu Mar 06 15:46:18 2025 +0100 |
tree | 9089a1b6157d43673617c792eb47fa098302c91b | |
parent | c90476325cf669d9bba15f4fd8d8637926f272a2 [diff] |
cpus: Restrict cpu_common_post_load() code to TCG CPU_INTERRUPT_EXIT was removed in commit 3098dba01c7 ("Use a dedicated function to request exit from execution loop"), tlb_flush() and tb_flush() are related to TCG accelerator. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20250123234415.59850-17-philmd@linaro.org>