Optimise guest CPU for Windows

This commit is contained in:
Martin Wimpress 2021-09-27 22:53:18 +01:00
parent 58faf5c299
commit b96587dabd
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ function vm_boot() {
USB_HOST_PASSTHROUGH_CONTROLLER="usb-ehci"
;;
windows)
CPU="-cpu host,kvm=on,hv_time"
CPU="-cpu host,kvm=on,-hypervisor,+invtsc,l3-cache=on,migratable=no,hv_vapic,hv_relaxed,hv_spinlocks=0x1fffh,hv_time,v_vendor_id=1234567890ab"
GUEST_TWEAKS="-no-hpet"
disk="64G"
;;