summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/kvm/1377163
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/accel-gemma3:12b/kvm/1377163')
-rw-r--r--results/classifier/accel-gemma3:12b/kvm/13771638
1 files changed, 8 insertions, 0 deletions
diff --git a/results/classifier/accel-gemma3:12b/kvm/1377163 b/results/classifier/accel-gemma3:12b/kvm/1377163
new file mode 100644
index 000000000..134f783be
--- /dev/null
+++ b/results/classifier/accel-gemma3:12b/kvm/1377163
@@ -0,0 +1,8 @@
+
+Does not add usb-host devices as they are hotplugged
+
+A commandline such as
+
+qemu-kvm -device usb-ehci,id=USBCtrl -device host-usb,bus=USBCtrl.0,hostbus=3
+
+should automatically add all devices on the given bus (here: 3) not only initially, but also when new devices appear on that bus while Qemu runs. Currently, all devices on the bus are added initially, but new devices which are added to the (host) usb while Qemu runs have to be added manually.
\ No newline at end of file