public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Arthur Bied-Charreton <a.bied-charreton@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH pve-manager] cpu config: Update path to query_supported_cpu_flags
Date: Tue, 17 Feb 2026 11:50:50 +0100	[thread overview]
Message-ID: <20260217105050.194368-2-a.bied-charreton@proxmox.com> (raw)
In-Reply-To: <20260217105050.194368-1-a.bied-charreton@proxmox.com>

Update call site of query_supported_cpu_flags, which has been moved from
QemuServer to the CPUConfig module.

Signed-off-by: Arthur Bied-Charreton <a.bied-charreton@proxmox.com>
---
 PVE/Service/pvestatd.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/Service/pvestatd.pm b/PVE/Service/pvestatd.pm
index 98d421f4..854df170 100755
--- a/PVE/Service/pvestatd.pm
+++ b/PVE/Service/pvestatd.pm
@@ -96,7 +96,7 @@ sub update_supported_cpuflags {
     }
     $next_flag_update_time = 0;
 
-    my $supported_cpuflags = eval { PVE::QemuServer::query_supported_cpu_flags() };
+    my $supported_cpuflags = eval { PVE::QemuServer::CPUConfig::query_supported_cpu_flags() };
     warn $@ if $@;
 
     if (
-- 
2.47.3




  reply	other threads:[~2026-02-17 10:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-17 10:50 [PATCH qemu-server] cpu config: Move CPU flags utils to CPUConfig module Arthur Bied-Charreton
2026-02-17 10:50 ` Arthur Bied-Charreton [this message]
2026-02-18 10:42 ` Fiona Ebner

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=20260217105050.194368-2-a.bied-charreton@proxmox.com \
    --to=a.bied-charreton@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 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