mirror of https://github.com/xemu-project/xemu.git
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>
This commit is contained in:
parent
f87b220f2a
commit
02ca5ec150
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue