[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 42/43] docs/devel: lift example and plugin API sections up
From: |
Alex Bennée |
Subject: |
[PATCH v2 42/43] docs/devel: lift example and plugin API sections up |
Date: |
Wed, 3 Jan 2024 17:33:48 +0000 |
This makes them a bit more visible in the TCG emulation menu rather
than hiding them away bellow the ToC limit.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
docs/devel/tcg-plugins.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/devel/tcg-plugins.rst b/docs/devel/tcg-plugins.rst
index fa7421279f5..535a74684c5 100644
--- a/docs/devel/tcg-plugins.rst
+++ b/docs/devel/tcg-plugins.rst
@@ -143,7 +143,7 @@ requested. The plugin isn't completely uninstalled until
the safe work
has executed while all vCPUs are quiescent.
Example Plugins
----------------
+===============
There are a number of plugins included with QEMU and you are
encouraged to contribute your own plugins plugins upstream. There is a
@@ -591,8 +591,8 @@ The plugin has a number of arguments, all of them are
optional:
configuration arguments implies ``l2=on``.
(default: N = 2097152 (2MB), B = 64, A = 16)
-API
----
+Plugin API
+==========
The following API is generated from the inline documentation in
``include/qemu/qemu-plugin.h``. Please ensure any updates to the API
--
2.39.2
- [PATCH v2 27/43] target/ppc: Use GDBFeature for dynamic XML, (continued)
- [PATCH v2 27/43] target/ppc: Use GDBFeature for dynamic XML, Alex Bennée, 2024/01/03
- [PATCH v2 31/43] gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb, Alex Bennée, 2024/01/03
- [PATCH v2 23/43] target/riscv: Remove misa_mxl validation, Alex Bennée, 2024/01/03
- [PATCH v2 28/43] target/riscv: Use GDBFeature for dynamic XML, Alex Bennée, 2024/01/03
- [PATCH v2 36/43] plugins: Use different helpers when reading registers, Alex Bennée, 2024/01/03
- [PATCH v2 20/43] mtest2make: stop disabling meson test timeouts, Alex Bennée, 2024/01/03
- [PATCH v2 22/43] hw/riscv: Use misa_mxl instead of misa_mxl_max, Alex Bennée, 2024/01/03
- [PATCH v2 39/43] contrib/plugins: fix imatch, Alex Bennée, 2024/01/03
- [PATCH v2 42/43] docs/devel: lift example and plugin API sections up,
Alex Bennée <=
- [PATCH v2 19/43] tests/fp: Bump fp-test-mulAdd test timeout to 3 minutes, Alex Bennée, 2024/01/03
- [PATCH v2 18/43] tests/unit: Bump test-crypto-block test timeout to 5 minutes, Alex Bennée, 2024/01/03
- [PATCH v2 37/43] gdbstub: expose api to find registers, Alex Bennée, 2024/01/03
- [PATCH v2 41/43] contrib/plugins: optimise the register value tracking, Alex Bennée, 2024/01/03
- [PATCH v2 30/43] gdbstub: Use GDBFeature for GDBRegisterState, Alex Bennée, 2024/01/03
- [PATCH v2 24/43] target/riscv: Move misa_mxl_max to class, Alex Bennée, 2024/01/03