Update call site of query_supported_cpu_flags, which has been moved from QemuServer to the CPUConfig module.
Signed-off-by: Arthur Bied-Charreton <[email protected]> --- 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
