From 5eb6a20402634b93f52551a255b76a883090daf2 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Tue, 7 Dec 2021 10:18:45 +0000 Subject: [PATCH] Change USB controller for Big Sur and Monterey to nec-usb-xhci --- quickemu | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quickemu b/quickemu index 555cba4..582e800 100755 --- a/quickemu +++ b/quickemu @@ -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.