]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Adds USB 3.0 option in the kvmxfile
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 15 Sep 2020 11:28:19 +0000 (08:28 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 15 Sep 2020 11:28:19 +0000 (08:28 -0300)
IDEAS.md
kvmxfile

index 7ec2ad1b1acb2ace25427740edb845315bfe4994..9172bb0d87068f5cd6d0459aa1e105d09a24afeb 100644 (file)
--- a/IDEAS.md
+++ b/IDEAS.md
@@ -57,6 +57,9 @@
     * https://www.reddit.com/r/linuxadmin/comments/7a7bgl/when_adding_usb_redirection_in_a_vm_it_resets_the/
       When adding USB redirection in a vm it resets the USB device and errors with speed mismatch. Any idea how to change speed? : linuxadmin
 
+    * https://bugs.launchpad.net/qemu/+bug/1810000
+      qemu system emulator crashed when using xhci usb controller 
+
 # Workflow
 
 * Continuous Integration script (kvmx-ci):
index e9d11a69ef96e87e0024fc59a346cc674aa61eb2..60353e566c46ca823c4ba0b6075d1f3f83985a9f 100644 (file)
--- a/kvmxfile
+++ b/kvmxfile
@@ -214,8 +214,9 @@ bootloader="grub"
 # See also: https://qemu.readthedocs.io/en/latest/system/usb.html
 #           https://wiki.gentoo.org/wiki/QEMU/Windows_guest
 #qemu_opts="-usb" # Basic USB support
-#qemu_opts="-usb -device usb-ehci,id=ehci -device usb-host,bus=ehci.0,vendorid=1452" # USB support with a 2.0 Hub
-#qemu_opts="-usb -device usb-host,hostbus=2,hostaddr=3" # USB support, attaching an specific device
+#qemu_opts="-usb -device usb-ehci,id=ehci -device usb-host,bus=ehci.0,vendorid=1452" # USB support with 1.0 and 2.0 hub
+#qemu_opts="-usb -device usb-ehci,id=ehci -device usb-host,bus=ehci.0,vendorid=1452 -device qemu-xhci,id=xhci" # USB support with 1.0, 2.0 and 3.0 hubs
+#qemu_opts="-usb -device usb-ehci,id=ehci -device usb-host,hostbus=2,hostaddr=3" # USB support, attaching an specific device
 
 # Number of CPUs
 #smp="4"