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
22ad7366c6
commit
232bddeed6
1 changed files with 1 additions and 1 deletions
2
quickemu
2
quickemu
|
@ -219,7 +219,7 @@ function vm_boot() {
|
||||||
USB_HOST_PASSTHROUGH_CONTROLLER="usb-ehci"
|
USB_HOST_PASSTHROUGH_CONTROLLER="usb-ehci"
|
||||||
;;
|
;;
|
||||||
windows)
|
windows)
|
||||||
CPU="-cpu host,kvm=on,-hypervisor,+invtsc,l3-cache=on,migratable=no,hv_vapic,hv_relaxed,hv_time,hv_vendor_id=1234567890ab"
|
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"
|
GUEST_TWEAKS="-no-hpet"
|
||||||
disk="64G"
|
disk="64G"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue