public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH-SERIES qemu/qemu-server 0/2] generate and ship static list of CPU models with pve-qemu-kvm
@ 2026-02-10 13:52 Fiona Ebner
  2026-02-10 13:52 ` [PATCH qemu 1/2] generate and ship static list of CPU models Fiona Ebner
  2026-02-10 13:52 ` [PATCH qemu-server 2/2] cpu config: use static CPU model list shipped by QEMU package if available Fiona Ebner
  0 siblings, 2 replies; 6+ messages in thread
From: Fiona Ebner @ 2026-02-10 13:52 UTC (permalink / raw)
  To: pve-devel

Before, it was often forgotten to pick up new QEMU CPU models and
hard-coding the information in Perl is also not the cleanest way to do
it.

Generate a list of supported models during build of the pve-qemu-kvm
and use that instead. The build will fail when any changes appear, so
they are not missed and can be adapted to.

The qemu-server patch requires the following series by Dominik to be
applied:
https://lore.proxmox.com/pve-devel/20260205141959.3615131-1-d.csapak@proxmox.com/T/

qemu:

Fiona Ebner (1):
  generate and ship static list of CPU models

 debian/cpu-models-aarch64.json |   1 +
 debian/cpu-models-x86_64.json  |   1 +
 debian/parse-cpu-models.pl     | 121 +++++++++++++++++++++++++++++++++
 debian/rules                   |  12 ++++
 4 files changed, 135 insertions(+)
 create mode 100644 debian/cpu-models-aarch64.json
 create mode 100644 debian/cpu-models-x86_64.json
 create mode 100755 debian/parse-cpu-models.pl


qemu-server:

Fiona Ebner (1):
  cpu config: use static CPU model list shipped by QEMU package if
    available

 src/PVE/QemuServer/CPUConfig.pm | 237 +++++++++++++++++---------------
 1 file changed, 126 insertions(+), 111 deletions(-)


Summary over all repositories:
  5 files changed, 261 insertions(+), 111 deletions(-)

-- 
Generated by git-murpp 0.5.0




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

end of thread, other threads:[~2026-02-17 18:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-10 13:52 [PATCH-SERIES qemu/qemu-server 0/2] generate and ship static list of CPU models with pve-qemu-kvm Fiona Ebner
2026-02-10 13:52 ` [PATCH qemu 1/2] generate and ship static list of CPU models Fiona Ebner
2026-02-11 10:33   ` Thomas Lamprecht
2026-02-11 11:41     ` Fiona Ebner
2026-02-17 18:28   ` applied: " Thomas Lamprecht
2026-02-10 13:52 ` [PATCH qemu-server 2/2] cpu config: use static CPU model list shipped by QEMU package if available Fiona Ebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal