feat: Refactor status monitor (#1206)

This commit is contained in:
Kroese
2026-07-05 23:02:51 +02:00
committed by GitHub
parent 73fa70f52f
commit 1c3d490303
2 changed files with 109 additions and 40 deletions
+1 -1
View File
@@ -56,7 +56,6 @@ configureKvmCpuModel() {
}
appendKvmInvtscFeature() {
if grep -qw "svm" <<< "$flags"; then
# AMD processor
@@ -67,6 +66,7 @@ appendKvmInvtscFeature() {
else
# Intel processor
local vmx
vmx=$(sed -ne '/^vmx flags/s/^.*: //p' /proc/cpuinfo)
if grep -qw "tsc_scaling" <<< "$vmx"; then