The spdm.rst docs call the 64-bit x86 architecture "x64-64".
This is a typo; correct it to our canonical name for the
architecture, "x86_64".
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
docs/specs/spdm.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/specs/spdm.rst b/docs/specs/spdm.rst
index f7de080ff0b..0e3ad25bc69 100644
--- a/docs/specs/spdm.rst
+++ b/docs/specs/spdm.rst
@@ -102,7 +102,7 @@ Then you can add this to your QEMU command line:
At which point QEMU will try to connect to the SPDM server.
-Note that if using x64-64 you will want to use the q35 machine instead
+Note that if using x86_64 you will want to use the q35 machine instead
of the default. So the entire QEMU command might look like this
.. code-block:: shell
--
2.43.0
Peter Maydell <peter.maydell@linaro.org> writes: > The spdm.rst docs call the 64-bit x86 architecture "x64-64". > This is a typo; correct it to our canonical name for the > architecture, "x86_64". > > Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> -- Alex Bennée Virtualisation Tech Lead @ Linaro
On 23/9/25 14:01, Peter Maydell wrote: > The spdm.rst docs call the 64-bit x86 architecture "x64-64". > This is a typo; correct it to our canonical name for the > architecture, "x86_64". > > Signed-off-by: Peter Maydell <peter.maydell@linaro.org> > --- > docs/specs/spdm.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
On Tue, Sep 23, 2025 at 01:01:18PM +0100, Peter Maydell wrote: > The spdm.rst docs call the 64-bit x86 architecture "x64-64". > This is a typo; correct it to our canonical name for the > architecture, "x86_64". > > Signed-off-by: Peter Maydell <peter.maydell@linaro.org> > --- > docs/specs/spdm.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
© 2016 - 2025 Red Hat, Inc.