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 2F2FB1FF0E1 for ; Mon, 13 Jul 2026 13:20:47 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id D047921355; Mon, 13 Jul 2026 13:20:45 +0200 (CEST) From: Elias Huhsovitz To: pve-devel@lists.proxmox.com Subject: [PATCH docs/manager v2 0/3] ui: docs: add reference to vm options protection/IDX/SEV Date: Mon, 13 Jul 2026 13:19:29 +0200 Message-ID: <20260713111934.134128-1-e.huhsovitz@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1783941627623 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.350 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) RCVD_IN_DNSWL_LOW -0.7 Sender listed at https://www.dnswl.org/, low trust 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: DEI5HIGLENCWAPDVIFZAPDGRKPWUNYTB X-Message-ID-Hash: DEI5HIGLENCWAPDVIFZAPDGRKPWUNYTB 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: This series addresses bug #6211 by improving the documentation and UI help links for 2 VM options regarding memory security. Specifically, it corrects the documentation links for AMD SEV and Intel TDX and creates a doc entry for Intel TDX. Because the UI changes require corresponding documentation updates, this series is split across two repositories: pve-docs: - Adds a new documentation section for Intel TDX. - Fixes dead links in the existing AMD SEV documentation section. pve-manager: - Updates the AMD SEV and Intel TDX dialogs to point to the correct memory encryption documentation anchors. This requires first applying patch 2/3 to pve-docs and bumping it, so pve-manager can pick up the new documentation chapter when being built. changes v1->v2: - Remove changes for ambiguous protection field in GUI and submit them as a separate patch - fix typos in TDX documentation - fix docs for "qm set " command in tdx section. - fix commit message subject (was previously cut off) pve-docs: Elias Huhsovitz (2): qm_memory: update dead links in qm_memory_encryption_sev section on AMD SEV qm_memory: expand qm_memory_encryption documentation to include Intel TDX qm.adoc | 168 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 164 insertions(+), 4 deletions(-) pve-manager: Elias Huhsovitz (1): fix #6211: ui: vm: options: update amd-sev and intel-tdx help links www/manager6/qemu/SevEdit.js | 2 +- www/manager6/qemu/TdxEdit.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Summary over all repositories: 3 files changed, 166 insertions(+), 6 deletions(-) -- Generated by murpp 0.12.0