From 8bacffc65b61fe07f61969b992e01c4bcaca131f Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Fri, 20 Mar 2020 20:36:16 +0000 Subject: [PATCH] Use USB3 qemu-xhci 8 ports assigned all are USB2 and USB3 capable. --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index f03223d..3643a6f 100755 --- a/quickemu +++ b/quickemu @@ -231,7 +231,7 @@ function vm_boot() { -serial mon:stdio \ -audiodev pa,id=pa,server=unix:$XDG_RUNTIME_DIR/pulse/native,out.stream-name=${LAUNCHER}-${VMNAME},in.stream-name=${LAUNCHER}-${VMNAME} \ -device intel-hda -device hda-duplex,audiodev=pa \ - -usb -device usb-kbd -device usb-tablet \ + -device qemu-xhci,id=xhci,p2=8,p3=8 -device usb-kbd -device usb-tablet \ -object rng-random,id=rng0,filename=/dev/urandom \ -device virtio-rng-pci,rng=rng0 \ -device virtio-vga,virgl=${VIRGL},xres=${xres},yres=${yres} \