aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-09-17 19:29:25 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-09-17 19:29:25 -0300
commit0857cfa03f430c5e24471d2897918a93b626acd4 (patch)
tree4d63afa9941e4329783c04b4dd3b9d90893cbe2b
parente49d3de11d550381c754eb2a55db8f994dbe478d (diff)
downloadkvmx-0857cfa03f430c5e24471d2897918a93b626acd4.tar.gz
kvmx-0857cfa03f430c5e24471d2897918a93b626acd4.tar.bz2
Add docs file
-rw-r--r--DOCS.md42
-rw-r--r--IDEAS.md35
2 files changed, 42 insertions, 35 deletions
diff --git a/DOCS.md b/DOCS.md
new file mode 100644
index 0000000..e837f6b
--- /dev/null
+++ b/DOCS.md
@@ -0,0 +1,42 @@
+# KVMX Documentation
+
+Misc documentation on kvmx and qemu.
+
+## USB hotplug support
+
+* Good to have `usbutils` package in the guest.
+
+* Docs:
+ * https://qemu.readthedocs.io/en/latest/system/usb.html
+ * https://github.com/qemu/qemu/blob/master/docs/usb2.txt
+ * https://wiki.gentoo.org/wiki/QEMU/Windows_guest
+ * https://www.linux-kvm.org/page/USB_Host_Device_Assigned_to_Guest
+ * https://en.wikibooks.org/wiki/QEMU/Devices/USB/Root
+ * https://wiki.archlinux.org/index.php/QEMU#Pass-through_host_USB_device
+
+* Issues:
+ * https://serverfault.com/questions/666210/attaching-usb-dongle-to-kvm-vm
+ * https://unix.stackexchange.com/questions/119335/how-can-i-simulate-usb-storage-device-connection-with-qemu#119530
+ * https://unix.stackexchange.com/questions/452934/can-i-pass-through-a-usb-port-via-qemu-command-line#452946
+ kvm - Can I pass through a USB Port via qemu Command Line? - Unix & Linux Stack Exchange
+
+ * https://unix.stackexchange.com/questions/310271/camera-passthrough-in-qemu-kvm-linux-guest-machine
+ Camera passthrough in QEMU/KVM (linux) guest machine - Unix & Linux Stack Exchange
+
+ * https://bugs.launchpad.net/qemu/+bug/1377163/
+ Bug #1377163 “Does not add usb-host devices as they are hotplugg...” : Bugs : QEMU
+
+ * https://bugzilla.redhat.com/show_bug.cgi?id=955438
+ 955438 – qemu should fail to boot guest when speed mismatch trying to attach low speed usb device to xHCI high speed controller
+
+ * https://bugs.launchpad.net/qemu/+bug/1550743
+ Bug #1550743 “connect low speed host devices to qemu ehci does n...” : Bugs : QEMU
+
+ * https://bugzilla.redhat.com/show_bug.cgi?id=949505
+ 949505 – Assign 3.0 usb device to ehci and uhci or usb hub got applied anyway with warning but fails to function
+
+ * 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
diff --git a/IDEAS.md b/IDEAS.md
index 9172bb0..9c70f10 100644
--- a/IDEAS.md
+++ b/IDEAS.md
@@ -25,41 +25,6 @@
([1](https://wiki.archlinux.org/index.php/KVM#Nested_virtualization),
[2](https://ladipro.wordpress.com/2017/02/24/running-hyperv-in-kvm-guest/)).
-* USB hotplug support:
- * Good to have `usbutils` package in the guest.
- * Docs:
- * https://qemu.readthedocs.io/en/latest/system/usb.html
- * https://wiki.gentoo.org/wiki/QEMU/Windows_guest
- * https://www.linux-kvm.org/page/USB_Host_Device_Assigned_to_Guest
- * https://en.wikibooks.org/wiki/QEMU/Devices/USB/Root
- * https://wiki.archlinux.org/index.php/QEMU#Pass-through_host_USB_device
- * Issues:
- * https://serverfault.com/questions/666210/attaching-usb-dongle-to-kvm-vm
- * https://unix.stackexchange.com/questions/119335/how-can-i-simulate-usb-storage-device-connection-with-qemu#119530
- * https://unix.stackexchange.com/questions/452934/can-i-pass-through-a-usb-port-via-qemu-command-line#452946
- kvm - Can I pass through a USB Port via qemu Command Line? - Unix & Linux Stack Exchange
-
- * https://unix.stackexchange.com/questions/310271/camera-passthrough-in-qemu-kvm-linux-guest-machine
- Camera passthrough in QEMU/KVM (linux) guest machine - Unix & Linux Stack Exchange
-
- * https://bugs.launchpad.net/qemu/+bug/1377163/
- Bug #1377163 “Does not add usb-host devices as they are hotplugg...” : Bugs : QEMU
-
- * https://bugzilla.redhat.com/show_bug.cgi?id=955438
- 955438 – qemu should fail to boot guest when speed mismatch trying to attach low speed usb device to xHCI high speed controller
-
- * https://bugs.launchpad.net/qemu/+bug/1550743
- Bug #1550743 “connect low speed host devices to qemu ehci does n...” : Bugs : QEMU
-
- * https://bugzilla.redhat.com/show_bug.cgi?id=949505
- 949505 – Assign 3.0 usb device to ehci and uhci or usb hub got applied anyway with warning but fails to function
-
- * 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):