diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2025-09-23 13:01:18 +0100 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2025-10-05 09:46:06 +0300 |
| commit | 9348c33779a7313c5fc8b24935d71f920138e3d7 (patch) | |
| tree | 0e0b7b85ef1b4f0cc80c82855f53c927007d0d2f | |
| parent | f65918497cc6b9034ce8f81a4df1d6407e110367 (diff) | |
| download | focaccia-qemu-9348c33779a7313c5fc8b24935d71f920138e3d7.tar.gz focaccia-qemu-9348c33779a7313c5fc8b24935d71f920138e3d7.zip | |
docs/specs/spdm.rst: Fix typo in x86_64 architecture name
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: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
| -rw-r--r-- | docs/specs/spdm.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/specs/spdm.rst b/docs/specs/spdm.rst index f7de080ff0..0e3ad25bc6 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 |