Update proc.sh
This commit is contained in:
parent
73deed01b2
commit
a7a80ac54a
1 changed files with 1 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ if [[ "$KVM" != [Nn]* ]]; then
|
|||
|
||||
if [[ "${BOOT_MODE,,}" == "windows" ]]; then
|
||||
|
||||
CPU_FEATURES="kvm=on,+hypervisor,+invtsc,l3-cache=on,migratable=no,hv_passthrough"
|
||||
CPU_FEATURES="$CPU_FEATURES,+hypervisor,+invtsc,l3-cache=on,migratable=no,hv_passthrough"
|
||||
|
||||
fi
|
||||
|
||||
|
|
@ -45,7 +45,6 @@ else
|
|||
|
||||
KVM_OPTS=""
|
||||
CPU_FEATURES=""
|
||||
MACHINE="$MACHINE,virtualization=on"
|
||||
|
||||
if [[ "${CPU_MODEL,,}" == "host"* ]]; then
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue