Use USB3 qemu-xhci

8 ports assigned all are USB2 and USB3 capable.
This commit is contained in:
Martin Wimpress 2020-03-20 20:36:16 +00:00
parent 8e214447e8
commit 8bacffc65b
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
1 changed files with 1 additions and 1 deletions

View File

@ -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} \