]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
docs/about/emulation: Add documentation for hotblocks plugin arguments
authorAlex Bradbury <asb@igalia.com>
Tue, 2 Dec 2025 23:05:57 +0000 (23:05 +0000)
committerPierrick Bouvier <pierrick.bouvier@linaro.org>
Thu, 29 Jan 2026 17:34:14 +0000 (09:34 -0800)
Currently just 'inline'.

Signed-off-by: Alex Bradbury <asb@igalia.com>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Link: https://lore.kernel.org/qemu-devel/35128cc5a86a0c18418f9d3150fb8771c54ef7d8.1753857212.git.asb@igalia.com
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
docs/about/emulation.rst

index 4a7d1f417809e435991b323de01a3163fd2f2997..543efc4d7dcb6e27a14fadef5f809e916376b3ee 100644 (file)
@@ -463,6 +463,16 @@ Example::
   0x000000004002b0, 1, 4, 66087
   ...
 
+Behaviour can be tweaked with the following arguments:
+
+.. list-table:: Hot Blocks plugin arguments
+  :widths: 20 80
+  :header-rows: 1
+
+  * - Option
+    - Description
+  * - inline=true|false
+    - Use faster inline addition of a single counter.
 
 Hot Pages
 .........