From a85c2e186e3c60947093eb92cc6546bf1c1cdf11 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 2 Feb 2024 16:19:47 +0100 Subject: [PATCH] Update proc.sh --- src/proc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proc.sh b/src/proc.sh index 011b589..87d4653 100644 --- a/src/proc.sh +++ b/src/proc.sh @@ -35,7 +35,7 @@ if [[ "$KVM" != [Nn]* ]]; then CPU_FEATURES="kvm=on" KVM_OPTS=",accel=kvm,virtualization=true -enable-kvm" - if [[ "${BOOT_MODE,,}" == "windows" ]] || [[ "${BOOT_MODE,,}" == "windows_legacy" ]]; then + if [[ "${BOOT_MODE,,}" == "windows" ]]; then CPU_FEATURES="kvm=on,+hypervisor,+invtsc,l3-cache=on,migratable=no,hv_passthrough"