Update proc.sh
This commit is contained in:
parent
30372ee076
commit
a85c2e186e
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ if [[ "$KVM" != [Nn]* ]]; then
|
||||||
CPU_FEATURES="kvm=on"
|
CPU_FEATURES="kvm=on"
|
||||||
KVM_OPTS=",accel=kvm,virtualization=true -enable-kvm"
|
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"
|
CPU_FEATURES="kvm=on,+hypervisor,+invtsc,l3-cache=on,migratable=no,hv_passthrough"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue