all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH pve-qemu v2 0/2] include Hyper-V enlightenments in
@ 2026-06-01  7:08 Arthur Bied-Charreton
  2026-06-01  7:08 ` [PATCH v2 1/2] build: include Hyper-V enlightenments in CPUID flags list Arthur Bied-Charreton
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Arthur Bied-Charreton @ 2026-06-01  7:08 UTC (permalink / raw)
  To: pve-devel

In the context of custom CPU models, the hv-* flags are not part of the
base list at all. This means they don't show up in the selector, not
even as unsupported, making it impossible to set them without manually
editing cpu-models.conf. 

Until now, this base list was generated from the '-cpu help' output at
pve-qemu-kvm build time [0].

The first patch refactors the script parsing CPU flags to additionally
include the Hyper-V enlightenments by sourcing the flags from the 
qom-list-properties QMP command instead, blacklisting unwanted
properties this new source would add.

The second patch pins the resulting flag list into the repository and
fails the build on any divergence, as already done for CPU models. This
ensures flag additions/removals are surfaced for review on QEMU bumps. 

[0] https://git.proxmox.com/?p=pve-qemu.git;a=blob;f=debian/rules;h=c90db29b0f03568224b1c79431bce2b753283a4d;hb=refs/heads/master#l126

Arthur Bied-Charreton (2):
  build: include Hyper-V enlightenments in CPUID flags list
  build: fail when recognized CPUID flags list changes

 debian/parse-cpu-flags.pl            | 125 +++++++-
 debian/recognized-CPUID-flags-x86_64 | 430 +++++++++++++++++++++++++++
 debian/rules                         |   6 +-
 3 files changed, 547 insertions(+), 14 deletions(-)
 create mode 100644 debian/recognized-CPUID-flags-x86_64

-- 
2.47.3




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-06-03  7:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-01  7:08 [PATCH pve-qemu v2 0/2] include Hyper-V enlightenments in Arthur Bied-Charreton
2026-06-01  7:08 ` [PATCH v2 1/2] build: include Hyper-V enlightenments in CPUID flags list Arthur Bied-Charreton
2026-06-02 12:14   ` Fiona Ebner
2026-06-02 13:13     ` Arthur Bied-Charreton
2026-06-02 13:34       ` Fiona Ebner
2026-06-01  7:08 ` [PATCH v2 2/2] build: fail when recognized CPUID flags list changes Arthur Bied-Charreton
2026-06-03  7:12 ` superseded: [PATCH pve-qemu v2 0/2] include Hyper-V enlightenments in Arthur Bied-Charreton

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