aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-09-15 06:38:55 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-09-15 06:38:55 -0300
commit9db6d2d05a63aa4b22f9f408d0af91abe769880e (patch)
tree74102efff0c4e74f0993d9061e443fa0315ca831
parent65ed514e9bd5b92656c982aa5ac326bdc061c14e (diff)
downloadkvmx-9db6d2d05a63aa4b22f9f408d0af91abe769880e.tar.gz
kvmx-9db6d2d05a63aa4b22f9f408d0af91abe769880e.tar.bz2
More qemu_opts for USB
-rw-r--r--kvmxfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/kvmxfile b/kvmxfile
index 8b78e11..e9d11a6 100644
--- 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"