diff options
author | Pierrick Bouvier <pierrick.bouvier@linaro.org> | 2024-02-27 14:43:35 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2024-02-28 09:11:42 +0000 |
commit | 02ca5ec15089c8717d435d8a842360f15afa7d20 (patch) | |
tree | 580702a7f72dfe23d85255f0ebdb5b0783e76121 /docs | |
parent | f87b220f2a9d6a552c4cd2004475e76f38a08279 (diff) | |
download | qemu-02ca5ec15089c8717d435d8a842360f15afa7d20.zip qemu-02ca5ec15089c8717d435d8a842360f15afa7d20.tar.gz qemu-02ca5ec15089c8717d435d8a842360f15afa7d20.tar.bz2 |
docs/devel: plugins can trigger a tb flush
When scoreboards need to be reallocated.
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240213094009.150349-8-pierrick.bouvier@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240227144335.1196131-30-alex.bennee@linaro.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/devel/multi-thread-tcg.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/devel/multi-thread-tcg.rst b/docs/devel/multi-thread-tcg.rst index 7302c3b..1420789 100644 --- a/docs/devel/multi-thread-tcg.rst +++ b/docs/devel/multi-thread-tcg.rst @@ -109,6 +109,7 @@ including: - debugging operations (breakpoint insertion/removal) - some CPU helper functions - linux-user spawning its first thread + - operations related to TCG Plugins This is done with the async_safe_run_on_cpu() mechanism to ensure all vCPUs are quiescent when changes are being made to shared global |