]> gitweb.fluxo.info Git - kvmx.git/commitdiff
More qemu_opts for USB
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 15 Sep 2020 09:38:55 +0000 (06:38 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 15 Sep 2020 09:38:55 +0000 (06:38 -0300)
kvmxfile

index 8b78e11b3626230f64211b4d8b2baafd7d236eb2..e9d11a69ef96e87e0024fc59a346cc674aa61eb2 100644 (file)
--- a/kvmxfile
+++ b/kvmxfile
@@ -211,7 +211,11 @@ bootloader="grub"
 
 # Additional qemu opts
 # Example: http://www.linux-kvm.org/page/USB_Host_Device_Assigned_to_Guest
-#qemu_opts="-usb -device usb-host,hostbus=2,hostaddr=3"
+# 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
 
 # Number of CPUs
 #smp="4"