[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 03/14] docs/devel: plugins can trigger a tb flush
|
From: |
Pierrick Bouvier |
|
Subject: |
[PATCH v2 03/14] docs/devel: plugins can trigger a tb flush |
|
Date: |
Thu, 18 Jan 2024 07:23:48 +0400 |
When scoreboards need to be reallocated.
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
---
docs/devel/multi-thread-tcg.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/devel/multi-thread-tcg.rst b/docs/devel/multi-thread-tcg.rst
index 7302c3bf534..1420789fff3 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
--
2.43.0
[PATCH v2 03/14] docs/devel: plugins can trigger a tb flush,
Pierrick Bouvier <=
[PATCH v2 04/14] plugins: add inline operation per vcpu, Pierrick Bouvier, 2024/01/17
[PATCH v2 05/14] tests/plugin: add test plugin for inline operations, Pierrick Bouvier, 2024/01/17
[PATCH v2 06/14] tests/plugin/mem: migrate to new per_vcpu API, Pierrick Bouvier, 2024/01/17
[PATCH v2 07/14] tests/plugin/insn: migrate to new per_vcpu API, Pierrick Bouvier, 2024/01/17
[PATCH v2 08/14] tests/plugin/bb: migrate to new per_vcpu API, Pierrick Bouvier, 2024/01/17