Update proc.sh
This commit is contained in:
parent
3e6e5475d8
commit
efb9fcc253
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ if [[ "$KVM" != [Nn]* ]]; then
|
||||||
WIN_FEATURES=""
|
WIN_FEATURES=""
|
||||||
CPU_FEATURES="kvm=on"
|
CPU_FEATURES="kvm=on"
|
||||||
KVM_OPTS=",accel=kvm -enable-kvm"
|
KVM_OPTS=",accel=kvm -enable-kvm"
|
||||||
|
BOOT_OPTS="$BOOT_OPTS -global kvm-pit.lost_tick_policy=discard"
|
||||||
|
|
||||||
#CPU_FEATURES="kvm=on,l3-cache=on"
|
#CPU_FEATURES="kvm=on,l3-cache=on"
|
||||||
#WIN_FEATURES="+hypervisor,+invtsc,hv_passthrough"
|
#WIN_FEATURES="+hypervisor,+invtsc,hv_passthrough"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue