[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 27/27] docs/devel: plugins can trigger a tb flush
From: |
Alex Bennée |
Subject: |
[PATCH v3 27/27] docs/devel: plugins can trigger a tb flush |
Date: |
Mon, 26 Feb 2024 16:56:46 +0000 |
From: Pierrick Bouvier <pierrick.bouvier@linaro.org>
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>
---
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.39.2
- [PATCH v3 05/27] target/riscv: Use GDBFeature for dynamic XML, (continued)
- [PATCH v3 05/27] target/riscv: Use GDBFeature for dynamic XML, Alex Bennée, 2024/02/26
- [PATCH v3 09/27] gdbstub: Simplify XML lookup, Alex Bennée, 2024/02/26
- [PATCH v3 08/27] gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb, Alex Bennée, 2024/02/26
- [PATCH v3 06/27] gdbstub: Use GDBFeature for gdb_register_coprocessor, Alex Bennée, 2024/02/26
- [PATCH v3 11/27] hw/core/cpu: Remove gdb_get_dynamic_xml member, Alex Bennée, 2024/02/26
- [PATCH v3 14/27] plugins: add qemu_plugin_num_vcpus function, Alex Bennée, 2024/02/26
- [PATCH v3 13/27] plugins: remove previous n_vcpus functions from API, Alex Bennée, 2024/02/26
- [PATCH v3 26/27] docs/devel: document some plugin assumptions, Alex Bennée, 2024/02/26
- [PATCH v3 15/27] plugins: fix order of init/idle/resume callback, Alex Bennée, 2024/02/26
- [PATCH v3 16/27] linux-user: ensure nios2 processes queued work, Alex Bennée, 2024/02/26
- [PATCH v3 27/27] docs/devel: plugins can trigger a tb flush,
Alex Bennée <=
- [PATCH v3 25/27] docs/devel: lift example and plugin API sections up, Alex Bennée, 2024/02/26
- [PATCH v3 19/27] gdbstub: expose api to find registers, Alex Bennée, 2024/02/26
- [PATCH v3 18/27] plugins: Use different helpers when reading registers, Alex Bennée, 2024/02/26
- [PATCH v3 24/27] contrib/plugins: extend execlog to track register changes, Alex Bennée, 2024/02/26
- [PATCH v3 20/27] plugins: create CPUPluginState and migrate plugin_mask, Alex Bennée, 2024/02/26
- [PATCH v3 22/27] tests/tcg: expand insn test case to exercise register API, Alex Bennée, 2024/02/26
- [PATCH v3 23/27] contrib/plugins: fix imatch, Alex Bennée, 2024/02/26
- [PATCH v3 17/27] cpu: call plugin init hook asynchronously, Alex Bennée, 2024/02/26
- [PATCH v3 21/27] plugins: add an API to read registers, Alex Bennée, 2024/02/26