Change USB controller for Big Sur and Monterey to nec-usb-xhci
This commit is contained in:
parent
4325a1e79a
commit
5eb6a20402
3
quickemu
3
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.
|
||||
|
Loading…
Reference in New Issue
Block a user