[RFC PATCH] docs/system: remove extraneous sentence

Alex Bennée posted 1 patch 5 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260406165648.997995-1-alex.bennee@linaro.org
Maintainers: Pierrick Bouvier <pierrick.bouvier@linaro.org>
docs/system/introduction.rst | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
[RFC PATCH] docs/system: remove extraneous sentence
Posted by Alex Bennée 5 days ago
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>
---
 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 be387a66458..bec7291e476 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::
 
-- 
2.47.3


Re: [RFC PATCH] docs/system: remove extraneous sentence
Posted by Peter Maydell 3 days, 4 hours ago
On Mon, 6 Apr 2026 at 17:57, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> 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>
> ---
>  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 be387a66458..bec7291e476 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.
>



Applied to target-arm.next, thanks.

-- PMM
Re: [RFC PATCH] docs/system: remove extraneous sentence
Posted by Pierrick Bouvier 5 days ago
On 4/6/26 9:56 AM, Alex Bennée wrote:
> 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>
> ---
>   docs/system/introduction.rst | 6 ++----
>   1 file changed, 2 insertions(+), 4 deletions(-)
> 

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>