Change USB controller for Big Sur and Monterey to nec-usb-xhci

pull/279/head
Martin Wimpress 3 years ago committed by Martin Wimpress
parent 4325a1e79a
commit 5eb6a20402
  1. 3
      quickemu

@ -500,7 +500,8 @@ function vm_boot() {
BALLOON="-device virtio-balloon" BALLOON="-device virtio-balloon"
MAC_DISK_DEV="virtio-blk-pci" MAC_DISK_DEV="virtio-blk-pci"
NET_DEVICE="virtio-net" NET_DEVICE="virtio-net"
USB_HOST_PASSTHROUGH_CONTROLLER="qemu-xhci" USB_HOST_PASSTHROUGH_CONTROLLER="nec-usb-xhci"
GUEST_TWEAKS="${GUEST_TWEAKS} -global nec-usb-xhci.msi=off"
;; ;;
*) *)
# Backwards compatibility if no macos_release is specified. # Backwards compatibility if no macos_release is specified.

Loading…
Cancel
Save