mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Optimise Hyper-V Enlightenments
This commit is contained in:
parent
e5a0bdf876
commit
d08f64a9b6
1 changed files with 2 additions and 2 deletions
4
quickemu
4
quickemu
|
@ -219,8 +219,8 @@ function vm_boot() {
|
|||
USB_HOST_PASSTHROUGH_CONTROLLER="usb-ehci"
|
||||
;;
|
||||
windows)
|
||||
CPU="-cpu host,kvm=on,-hypervisor,+invtsc,l3-cache=on,migratable=no,hv_vapic,hv_relaxed,hv_spinlocks=8191,hv_stimer,hv_synic,hv_time,hv_vendor_id=1234567890ab,hv_vpindex"
|
||||
GUEST_TWEAKS="-no-hpet"
|
||||
CPU="-cpu host,kvm=on,+hypervisor,+invtsc,l3-cache=on,migratable=no,hv_frequencies,kvm_pv_unhalt,hv_reenlightenment,hv_relaxed,hv_spinlocks=8191,hv_stimer,hv_synic,hv_time,hv_vapic,hv_vendor_id=1234567890ab,hv_vpindex"
|
||||
GUEST_TWEAKS="-no-hpet -global kvm-pit.lost_tick_policy=discard"
|
||||
disk="64G"
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue