From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [IPv6:2a0f:8001:1:32::40]) by lore.proxmox.com (Postfix) with ESMTPS id C15D41FF13A for ; Wed, 08 Jul 2026 15:05:53 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id 97710214F4; Wed, 08 Jul 2026 15:05:31 +0200 (CEST) From: Elias Huhsovitz To: pve-devel@lists.proxmox.com Subject: [PATCH docs 1/4] qm_memory: update dead links in qm_memory_encryption_sev section on AMD SEV Date: Wed, 8 Jul 2026 15:04:48 +0200 Message-ID: <20260708130453.166084-2-e.huhsovitz@proxmox.com> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260708130453.166084-1-e.huhsovitz@proxmox.com> References: <20260708130453.166084-1-e.huhsovitz@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1783515885725 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.001 Adjusted score from AWL reputation of From: address DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment (newer systems) KAM_SHORT 0.001 Use of a URL Shortener for very short URL SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: DOABHRMISBMSMO27BIS2F6HYJMCQBKYN X-Message-ID-Hash: DOABHRMISBMSMO27BIS2F6HYJMCQBKYN X-MailFrom: e.huhsovitz@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Elias Huhsovitz X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: The section on AMD SEV included dead links. Replace dead links with up-to-date working links. Signed-off-by: Elias Huhsovitz --- qm.adoc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/qm.adoc b/qm.adoc index 96ba68b..8213758 100644 --- a/qm.adoc +++ b/qm.adoc @@ -922,10 +922,9 @@ Links: * https://developer.amd.com/sev/ * https://github.com/AMDESE/AMDSEV * https://www.qemu.org/docs/master/system/i386/amd-memory-encryption.html -* https://www.amd.com/system/files/TechDocs/55766_SEV-KM_API_Specification.pdf -* https://documentation.suse.com/sles/15-SP1/html/SLES-amd-sev/index.html -* https://www.amd.com/content/dam/amd/en/documents/epyc-technical-docs/specifications/56860.pdf[ -SEV Secure Nested Paging Firmware ABI Specification] +* https://docs.amd.com/v/u/en-US/55766_PUB_3.24_SEV_API +* https://documentation.suse.com/sles/15-SP7/single-html/SLES-amd-sev/article-amd-sev.html +* https://www.amd.com/content/dam/amd/en/documents/developer/56860.pdf[SEV Secure Nested Paging Firmware ABI Specification] [[qm_network_device]] Network Device -- 2.47.3