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 5AEB71FF13A for ; Wed, 08 Jul 2026 15:05:28 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id 27CA221466; Wed, 08 Jul 2026 15:05:28 +0200 (CEST) From: Elias Huhsovitz To: pve-devel@lists.proxmox.com Subject: [PATCH docs/manager 0/4] manager/docs: fix: #6211: ui: docs: add reference to vm options protection/IDX/SEV Date: Wed, 8 Jul 2026 15:04:47 +0200 Message-ID: <20260708130453.166084-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: 1783515885658 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.000 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) 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: TZR33ONMHVRI2RF3CIL3G74C5Y3CCPY4 X-Message-ID-Hash: TZR33ONMHVRI2RF3CIL3G74C5Y3CCPY4 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 several VM options. Specifically, it adds a help button and a descriptive hint for the ambiguous "protection" option, and corrects the documentation links for AMD SEV and 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: - Adds a help button and a descriptive hint to the Protection edit dialog. - Updates the AMD SEV and Intel TDX dialogs to point to the correct memory encryption documentation anchors. This requires first applying patch 2/4 to pve-docs and bumping it, so pve-manager can pick up the new documentation chapter when being built. 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 | 161 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 157 insertions(+), 4 deletions(-) pve-manager: Elias Huhsovitz (2): fix #6211: ui: vm: options: fix #6211: ui: vm: options: www/manager6/qemu/Options.js | 25 +++++++++++++++++++------ www/manager6/qemu/SevEdit.js | 2 +- www/manager6/qemu/TdxEdit.js | 2 +- 3 files changed, 21 insertions(+), 8 deletions(-) Summary over all repositories: 4 files changed, 178 insertions(+), 12 deletions(-) -- Generated by murpp 0.12.0