diff options
Diffstat (limited to 'results/classifier/gemma3:12b/device/1377163')
| -rw-r--r-- | results/classifier/gemma3:12b/device/1377163 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/device/1377163 b/results/classifier/gemma3:12b/device/1377163 new file mode 100644 index 000000000..134f783be --- /dev/null +++ b/results/classifier/gemma3:12b/device/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 |