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 81B8D1FF13F for ; Thu, 29 Jan 2026 14:10:11 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 2395B2CAA; Thu, 29 Jan 2026 14:10:29 +0100 (CET) From: Fiona Ebner To: pve-devel@lists.proxmox.com Subject: [PATCH-SERIES qemu-server v2 0/8] cpu config: support aarch64 CPU models Date: Thu, 29 Jan 2026 14:09:57 +0100 Message-ID: <20260129131021.118199-1-f.ebner@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: 1769692156961 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.017 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 Message-ID-Hash: M2VV3PJ2MTTTBAM2HBFSJ5NFUJHJBC52 X-Message-ID-Hash: M2VV3PJ2MTTTBAM2HBFSJ5NFUJHJBC52 X-MailFrom: f.ebner@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 X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Changes in v2: * also support querying flags for a specific arch * style: fix include ordering in CPU API module Previously, only the default 'cortex-a57' CPU model would be used implicitly. Group models and built-in models by architecture, since that is what (most) use sites are interested in. Note that the 'host' model only exists if the host arch matches the emulator/vCPU arch. Some use sites do require a list of all possible ones, e.g. custom types, because they are not namespaced by arch. qemu-server: Fiona Ebner (8): cpu config: introduce pve-qm-cpu-arch standard option for virtual CPU architecture cpu config: guard adding hyperv enlightenments by arch cpu config: 'hidden' option only applies to vCPUs with x86_64 arch cpu config: introduce module-wide $host_arch variable cpu config: support aarch64 CPU models api: cpu: allow querying CPU models for a given architecture cpu config: support aarch64 CPU flags api: cpu flags: allow querying CPU flags for a given architecture src/PVE/API2/Qemu/CPU.pm | 8 +- src/PVE/API2/Qemu/CPUFlags.pm | 11 +- src/PVE/QemuServer.pm | 7 +- src/PVE/QemuServer/CPUConfig.pm | 453 ++++++++++++++++++-------------- 4 files changed, 279 insertions(+), 200 deletions(-) Summary over all repositories: 4 files changed, 279 insertions(+), 200 deletions(-) -- Generated by git-murpp 0.5.0