[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 27/27] docs/devel: plugins can trigger a tb flush
From: |
Alex Bennée |
Subject: |
[PATCH v2 27/27] docs/devel: plugins can trigger a tb flush |
Date: |
Fri, 23 Feb 2024 16:22:02 +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
- Re: [PATCH v2 21/27] plugins: add an API to read registers, (continued)
[PATCH v2 25/27] docs/devel: lift example and plugin API sections up, Alex Bennée, 2024/02/23
[PATCH v2 24/27] contrib/plugins: extend execlog to track register changes, Alex Bennée, 2024/02/23
[PATCH v2 23/27] contrib/plugins: fix imatch, Alex Bennée, 2024/02/23
[PATCH v2 19/27] gdbstub: expose api to find registers, Alex Bennée, 2024/02/23
[PATCH v2 11/27] hw/core/cpu: Remove gdb_get_dynamic_xml member, Alex Bennée, 2024/02/23
[PATCH v2 05/27] target/riscv: Use GDBFeature for dynamic XML, Alex Bennée, 2024/02/23
[PATCH v2 17/27] cpu: call plugin init hook asynchronously, Alex Bennée, 2024/02/23
[PATCH v2 27/27] docs/devel: plugins can trigger a tb flush,
Alex Bennée <=
[PATCH v2 26/27] docs/devel: document some plugin assumptions, Alex Bennée, 2024/02/23
[PATCH v2 04/27] target/ppc: Use GDBFeature for dynamic XML, Alex Bennée, 2024/02/23
[PATCH v2 01/27] tests/tcg: update licenses to GPLv2 as intended, Alex Bennée, 2024/02/23
[PATCH v2 02/27] tests/tcg: bump TCG test timeout to 120s, Alex Bennée, 2024/02/23
[PATCH v2 07/27] gdbstub: Use GDBFeature for GDBRegisterState, Alex Bennée, 2024/02/23
[PATCH v2 10/27] gdbstub: Infer number of core registers from XML, Alex Bennée, 2024/02/23
[PATCH v2 08/27] gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb, Alex Bennée, 2024/02/23
[PATCH v2 14/27] plugins: add qemu_plugin_num_vcpus function, Alex Bennée, 2024/02/23
[PATCH v2 13/27] plugins: remove previous n_vcpus functions from API, Alex Bennée, 2024/02/23