docs/system: remove extraneous sentence
Lest we confuse the reader about something we are no longer showing in the example. Fixes: 132f8ec799c (target/arm: change default pauth algorithm to impdef) Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Message-id: 20260406165648.997995-1-alex.bennee@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Alex Bennée committed
Apr 6, 2026 at 17:56 UTC
8a9fa9ec99be2437a0741b6c74930e6d65dbcb0d
1 file changed
+2
-4
docs/system/introduction.rst
+2
-4
@@ -165,10 +165,8 @@ names so we can override the defaults later.
165
-m 4096 \
166
167
We then define the 4 vCPUs using the ``max`` option which gives us all
168
-the Arm features QEMU is capable of emulating. We enable a more
169
-emulation friendly implementation of Arm's pointer authentication
170
-algorithm. We explicitly specify TCG acceleration even though QEMU
171
-would default to it anyway.
168
+the Arm features QEMU is capable of emulating. We explicitly specify
169
+TCG acceleration even though QEMU would default to it anyway.
170
171
.. code::
172