Fix Hyper-V Enlightenments

pull/61/head
Martin Wimpress 3 years ago
parent f908e3be96
commit b4ec24fa07
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 2
      quickemu

@ -217,7 +217,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_spinlocks=0x1fffh,hv_time,v_vendor_id=1234567890ab" CPU="-cpu host,kvm=on,-hypervisor,+invtsc,l3-cache=on,migratable=no,hv_vapic,hv_relaxed,hv_time,hv_vendor_id=1234567890ab"
GUEST_TWEAKS="-no-hpet" GUEST_TWEAKS="-no-hpet"
disk="64G" disk="64G"
;; ;;

Loading…
Cancel
Save