[PATCH v2] docs/system/igvm.rst: Update external links

Jim MacArthur posted 1 patch 2 weeks, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260119-igvm-documentation-fix-v2-1-b2f6174e3f4f@linaro.org
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, Stefano Garzarella <sgarzare@redhat.com>, Ani Sinha <anisinha@redhat.com>
docs/system/igvm.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
[PATCH v2] docs/system/igvm.rst: Update external links
Posted by Jim MacArthur 2 weeks, 4 days ago
* Fixes link to AMD64 Architecture Programmer's
Manual and bumps version to 3.43.
* Updates link to buildigvm to new home on GitLab.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/3247
Signed-off-by: Jim MacArthur <jim.macarthur@linaro.org>
---
Fixes broken links for the AMD64 Architecture Programmer's Manual and
buildigvm.
---
Changes in v2:
- Changed link to buildigvm as supplied by Stefano Garzarella
  <sgarzare@redhat.com>
- Link to v1: https://lore.kernel.org/qemu-devel/20251230-igvm-documentation-fix-v1-1-865750a66cc8@linaro.org
---
 docs/system/igvm.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/system/igvm.rst b/docs/system/igvm.rst
index 79508d9588..9db8ae43d2 100644
--- a/docs/system/igvm.rst
+++ b/docs/system/igvm.rst
@@ -166,8 +166,8 @@ References
 ----------
 
 [1] AMD64 Architecture Programmer's Manual, Volume 2: System Programming
-  Rev 3.41
-  https://www.amd.com/content/dam/amd/en/documents/processor-tech-docs/programmer-references/24593.pdf
+  Rev 3.43
+  https://docs.amd.com/v/u/en-US/24593_3.43
 
 [2] ``buildigvm`` - A tool to build example IGVM files containing OVMF firmware
-  https://github.com/roy-hopkins/buildigvm
\ No newline at end of file
+  https://gitlab.com/qemu-project/buildigvm

---
base-commit: c1c58cee16380f81f88fbde6b12f247b376839e2
change-id: 20251230-igvm-documentation-fix-6a937c2cb9fc

Best regards,
-- 
Jim MacArthur <jim.macarthur@linaro.org>
Re: [PATCH v2] docs/system/igvm.rst: Update external links
Posted by Luigi Leonardi 2 weeks, 3 days ago
On Mon, Jan 19, 2026 at 03:25:43PM +0000, Jim MacArthur wrote:
>* Fixes link to AMD64 Architecture Programmer's
>Manual and bumps version to 3.43.
>* Updates link to buildigvm to new home on GitLab.
>
>Resolves: https://gitlab.com/qemu-project/qemu/-/issues/3247
>Signed-off-by: Jim MacArthur <jim.macarthur@linaro.org>
>---
>Fixes broken links for the AMD64 Architecture Programmer's Manual and
>buildigvm.
>---
>Changes in v2:
>- Changed link to buildigvm as supplied by Stefano Garzarella
>  <sgarzare@redhat.com>
>- Link to v1: https://lore.kernel.org/qemu-devel/20251230-igvm-documentation-fix-v1-1-865750a66cc8@linaro.org
>---
> docs/system/igvm.rst | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
>diff --git a/docs/system/igvm.rst b/docs/system/igvm.rst
>index 79508d9588..9db8ae43d2 100644
>--- a/docs/system/igvm.rst
>+++ b/docs/system/igvm.rst
>@@ -166,8 +166,8 @@ References
> ----------
>
> [1] AMD64 Architecture Programmer's Manual, Volume 2: System Programming
>-  Rev 3.41
>-  https://www.amd.com/content/dam/amd/en/documents/processor-tech-docs/programmer-references/24593.pdf
>+  Rev 3.43
>+  https://docs.amd.com/v/u/en-US/24593_3.43
>
> [2] ``buildigvm`` - A tool to build example IGVM files containing OVMF firmware
>-  https://github.com/roy-hopkins/buildigvm
>\ No newline at end of file
>+  https://gitlab.com/qemu-project/buildigvm
>
>---
>base-commit: c1c58cee16380f81f88fbde6b12f247b376839e2
>change-id: 20251230-igvm-documentation-fix-6a937c2cb9fc
>
>Best regards,
>-- 
>Jim MacArthur <jim.macarthur@linaro.org>
>

Thanks!

Reviewed-by: Luigi Leonardi <leonardi@redhat.com>