all lists on lists.proxmox.com
 help / color / mirror / Atom feed
From: Thomas Lamprecht <t.lamprecht@proxmox.com>
To: pve-devel@lists.proxmox.com, Dominik Csapak <d.csapak@proxmox.com>
Subject: applied: [PATCH manager v3 00/18] enable qemu vm architecture selection
Date: Sun, 26 Apr 2026 23:15:21 +0200	[thread overview]
Message-ID: <177723470253.2398611.3384094079030245294.b4-ty@b4> (raw)
In-Reply-To: <20260302132913.3169037-1-d.csapak@proxmox.com>

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




      parent reply	other threads:[~2026-04-26 21:16 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-02 13:20 [PATCH manager v3 00/18] enable qemu vm architecture selection Dominik Csapak
2026-03-02 13:20 ` [PATCH manager v3 01/18] api/pvestatd: broadcast and expose non-x86 host architecture Dominik Csapak
2026-03-02 13:20 ` [PATCH manager v3 02/18] ui: qemu: wizard: refactor ostype and cd selector into an OSPanel Dominik Csapak
2026-03-02 13:20 ` [PATCH manager v3 03/18] ui: form: add filtered KVComboBox Dominik Csapak
2026-03-02 13:20 ` [PATCH manager v3 04/18] ui: resource store: add architecture field Dominik Csapak
2026-03-02 13:20 ` [PATCH manager v3 05/18] ui: qemu: add architecture specific defaults and helpers Dominik Csapak
2026-03-02 13:20 ` [PATCH manager v3 06/18] ui: qemu: add architecture field in wizard and hardware view Dominik Csapak
2026-03-02 13:20 ` [PATCH manager v3 07/18] ui: qemu: make scsi hw selector architecture aware Dominik Csapak
2026-03-02 13:20 ` [PATCH manager v3 08/18] ui: qemu: make osdefaults " Dominik Csapak
2026-03-02 13:20 ` [PATCH manager v3 09/18] ui: qemu: make os type selector " Dominik Csapak
2026-03-02 13:20 ` [PATCH manager v3 10/18] ui: qemu: make machine panels/fields " Dominik Csapak
2026-03-02 13:20 ` [PATCH manager v3 11/18] ui: qemu: make bios selector " Dominik Csapak
2026-03-02 13:21 ` [PATCH manager v3 12/18] ui: qemu: make sortByPreviousUsage " Dominik Csapak
2026-03-02 13:21 ` [PATCH manager v3 13/18] ui: qemu: wizard: use defaults to populate machine and bios Dominik Csapak
2026-03-02 13:21 ` [PATCH manager v3 14/18] ui: qemu: wizard: make iso confid architecture specific Dominik Csapak
2026-03-02 13:21 ` [PATCH manager v3 15/18] ui: qemu: make bus selector architecture aware Dominik Csapak
2026-03-02 13:21 ` [PATCH manager v3 16/18] ui: qemu: make processor edit " Dominik Csapak
2026-03-02 13:21 ` [PATCH manager v3 17/18] ui: qemu: change ui default for cpu model Dominik Csapak
2026-03-02 13:21 ` [PATCH manager v3 18/18] ui: qemu: set arch parameter for fetch machine types from api Dominik Csapak
2026-04-26 21:15 ` Thomas Lamprecht [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=177723470253.2398611.3384094079030245294.b4-ty@b4 \
    --to=t.lamprecht@proxmox.com \
    --cc=d.csapak@proxmox.com \
    --cc=pve-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal