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 4E0A41FF145 for ; Sun, 26 Apr 2026 23:16:04 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id B783FBAB9; Sun, 26 Apr 2026 23:16:02 +0200 (CEST) From: Thomas Lamprecht To: pve-devel@lists.proxmox.com, Dominik Csapak Subject: applied: [PATCH manager v3 00/18] enable qemu vm architecture selection Date: Sun, 26 Apr 2026 23:15:21 +0200 Message-ID: <177723470253.2398611.3384094079030245294.b4-ty@b4> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260302132913.3169037-1-d.csapak@proxmox.com> References: <20260302132913.3169037-1-d.csapak@proxmox.com> 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: 1777238032663 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.122 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 KAM_LOTSOFHASH 0.25 Emails with lots of hash-like gibberish 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: Q25U5QUYEJYYUDR2TPKJP5MH6WIMU3HU X-Message-ID-Hash: Q25U5QUYEJYYUDR2TPKJP5MH6WIMU3HU X-MailFrom: t.lamprecht@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: On Mon, 02 Mar 2026 14:20:48 +0100, Dominik Csapak wrote: > This series brings the emulated aarch64 vms to the gui. This could > be configured on the api only previously. > > The code also handles if the host has a non-x86 architecture, and is > generally structured in a way that should make it (relatively) easy > to add other architectures in the future. > > [...] Applied with some smaller follow-ups and fix ups squashed in (noted in the git commit message), thanks! [01/18] api/pvestatd: broadcast and expose non-x86 host architecture commit: 7192d03433a7c84d3f52ef62e2d71af20678e6cd [02/18] ui: qemu: wizard: refactor ostype and cd selector into an OSPanel commit: f196d28fb4e5228e0fc50a1a7aa5fd1466edab65 [03/18] ui: form: add filtered KVComboBox commit: 008976e0a77d7872c2305fde6d4cf060b574c43d [04/18] ui: resource store: add architecture field commit: 177184d5408cba4a1548923a5a10033da9349773 [05/18] ui: qemu: add architecture specific defaults and helpers commit: 3dd6333881fc18cb837b165022700d0c2cb31013 [06/18] ui: qemu: add architecture field in wizard and hardware view commit: 0135c0f97031b74cffcaef0304fcf3cfe307c27b [07/18] ui: qemu: make scsi hw selector architecture aware commit: 72dc23586f6cc4ff6b2e79a44f3208896c7a591d [08/18] ui: qemu: make osdefaults architecture aware commit: 1166978f799dffd2cfcceb0b50d8c4068b64cb2e [09/18] ui: qemu: make os type selector architecture aware commit: 9ab830294073dd7f0f08be7b4e9c98e2765e512a [10/18] ui: qemu: make machine panels/fields architecture aware commit: ade585fa4e38869cc27981d266806d36dac5b8ff [11/18] ui: qemu: make bios selector architecture aware commit: 6cf73045cbd7d82a192d234b58adc73940478a08 [12/18] ui: qemu: make sortByPreviousUsage architecture aware commit: 6be73bfec6cbbec6a15a71a7f450f96aa040ae48 [13/18] ui: qemu: wizard: use defaults to populate machine and bios commit: b96174bdd4900926cc2774a4cc0d501c9323a4a8 [14/18] ui: qemu: wizard: make iso confid architecture specific commit: c22c90e9d94863123ae7439141b7f4f91c0d4015 [15/18] ui: qemu: make bus selector architecture aware commit: 4787a03f4123263b141601bc965446e8542c9e2e [16/18] ui: qemu: make processor edit architecture aware commit: 094355322e6cc28f22636197697ca380b01fa790 [17/18] ui: qemu: change ui default for cpu model commit: 5c4315cca6fdfd04624eb72898c15020e76bac56 [18/18] ui: qemu: set arch parameter for fetch machine types from api commit: 5a974e66e4a3bb1581cb226b42eee315063d60b9