[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v4 07/18] docs/devel: plugins can trigger a tb flush
From: |
Pierrick Bouvier |
Subject: |
[PATCH v4 07/18] docs/devel: plugins can trigger a tb flush |
Date: |
Tue, 13 Feb 2024 13:39:57 +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 v4 01/18] plugins: remove previous n_vcpus functions from API, (continued)
- [PATCH v4 01/18] plugins: remove previous n_vcpus functions from API, Pierrick Bouvier, 2024/02/13
- [PATCH v4 02/18] plugins: add qemu_plugin_num_vcpus function, Pierrick Bouvier, 2024/02/13
- [PATCH v4 03/18] plugins: fix order of init/idle/resume callback, Pierrick Bouvier, 2024/02/13
- [PATCH v4 04/18] cpu: call plugin init hook asynchronously, Pierrick Bouvier, 2024/02/13
- [PATCH v4 05/18] plugins: scoreboard API, Pierrick Bouvier, 2024/02/13
- [PATCH v4 06/18] plugins: define qemu_plugin_u64, Pierrick Bouvier, 2024/02/13
- [PATCH v4 07/18] docs/devel: plugins can trigger a tb flush,
Pierrick Bouvier <=
- [PATCH v4 08/18] plugins: implement inline operation relative to cpu_index, Pierrick Bouvier, 2024/02/13
- [PATCH v4 09/18] plugins: add inline operation per vcpu, Pierrick Bouvier, 2024/02/13
- [PATCH v4 10/18] tests/plugin: add test plugin for inline operations, Pierrick Bouvier, 2024/02/13
- [PATCH v4 12/18] tests/plugin/insn: migrate to new per_vcpu API, Pierrick Bouvier, 2024/02/13
- [PATCH v4 11/18] tests/plugin/mem: migrate to new per_vcpu API, Pierrick Bouvier, 2024/02/13
- [PATCH v4 13/18] tests/plugin/bb: migrate to new per_vcpu API, Pierrick Bouvier, 2024/02/13
- [PATCH v4 17/18] plugins: cleanup codepath for previous inline operation, Pierrick Bouvier, 2024/02/13