From 8a9fa9ec99be2437a0741b6c74930e6d65dbcb0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Mon, 6 Apr 2026 17:56:48 +0100 Subject: [PATCH] docs/system: remove extraneous sentence MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Pierrick Bouvier Message-id: 20260406165648.997995-1-alex.bennee@linaro.org Signed-off-by: Peter Maydell --- docs/system/introduction.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/system/introduction.rst b/docs/system/introduction.rst index be387a6645..bec7291e47 100644 --- a/docs/system/introduction.rst +++ b/docs/system/introduction.rst @@ -165,10 +165,8 @@ names so we can override the defaults later. -m 4096 \ We then define the 4 vCPUs using the ``max`` option which gives us all -the Arm features QEMU is capable of emulating. We enable a more -emulation friendly implementation of Arm's pointer authentication -algorithm. We explicitly specify TCG acceleration even though QEMU -would default to it anyway. +the Arm features QEMU is capable of emulating. We explicitly specify +TCG acceleration even though QEMU would default to it anyway. .. code::