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

This commit is contained in:
Martin Wimpress 2021-12-07 10:18:45 +00:00 committed by Martin Wimpress
parent 4325a1e79a
commit 5eb6a20402

View file

@ -500,7 +500,8 @@ function vm_boot() {
BALLOON="-device virtio-balloon"
MAC_DISK_DEV="virtio-blk-pci"
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.