summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Bradbury <asb@igalia.com>2025-12-02 23:05:57 +0000
committerMichael Tokarev <mjt@tls.msk.ru>2026-02-12 20:51:07 +0300
commit5dea7447f6fc6a350497a0d6a36e1335dfea6389 (patch)
treeece4790985933fb7b634ef70ce1ec611cf28e031
parent16bf2b128ac05bcb2a59fead3abef10294d41213 (diff)
downloadqemu-5dea7447f6fc6a350497a0d6a36e1335dfea6389.tar.gz
qemu-5dea7447f6fc6a350497a0d6a36e1335dfea6389.zip
docs/about/emulation: Add documentation for hotblocks plugin arguments
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> (cherry picked from commit e4ed74c9aef68cb2e7c10c2b7597fee5491a506a) Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r--docs/about/emulation.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/about/emulation.rst b/docs/about/emulation.rst
index 456d01d5b0..9c963f4705 100644
--- a/docs/about/emulation.rst
+++ b/docs/about/emulation.rst
@@ -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
.........