From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id D9A361FF15C for ; Fri, 31 Oct 2025 13:28:09 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id A6F69108CB; Fri, 31 Oct 2025 13:28:41 +0100 (CET) From: Fiona Ebner To: pve-devel@lists.proxmox.com Date: Fri, 31 Oct 2025 13:27:36 +0100 Message-ID: <20251031122834.62482-1-f.ebner@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1761913704095 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.020 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [cpuflags.pm, cpuconfig.pm, capabilities.pm] Subject: [pve-devel] [PATCH-SERIES qemu-server/manager 0/7] VM CPU flags: introduce vendor-agnostic 'nested-virt' CPU flag X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" The flag will automatically resolve to the flag required for the current CPU on the host. The 'nested-virt' flag takes precendence over the CPU-specific flag for nesting which might already be present with custom CPU models. In that case, a warning is printed. Moves the cpu flag descriptions to qemu-server and introduces an API endpoint for querying. Could later be extended with further information, for example, which flags are actually supported on the current host (some are specific to vendor or CPU). Dependency and build-dependency bump pve-manger -> qemu-server needed! qemu-server: Fiona Ebner (4): cpu config: style fix: avoid multiline post-if expressions cpu config: style fix: avoid overly long ternary conditional expression api: add endpoint for querying available cpu flags cpu config: introduce vendor-agnostic 'nested-virt' CPU flag src/PVE/API2/Qemu/CPUFlags.pm | 45 +++++++ src/PVE/API2/Qemu/Makefile | 2 +- src/PVE/QemuServer/CPUConfig.pm | 222 ++++++++++++++++++++++---------- 3 files changed, 199 insertions(+), 70 deletions(-) create mode 100644 src/PVE/API2/Qemu/CPUFlags.pm pve-manager: Fiona Ebner (3): api: capabilities: register module for VM CPU flags ui: cpu flag selector: code style: use 'let' for declarations ui: cpu flag selector: query CPU flag list via API PVE/API2/Capabilities.pm | 6 ++ www/manager6/form/VMCPUFlagSelector.js | 126 +++++++++++-------------- 2 files changed, 61 insertions(+), 71 deletions(-) Summary over all repositories: 5 files changed, 260 insertions(+), 141 deletions(-) -- Generated by git-murpp 0.5.0 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel