This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
How to pass through USB devices not present at startup #828
Labels
triage
Further information is requested or required
Expected behaviour
I can list USB device IDs to be passed through automatically, even if devices are not present when the VM starts.
Actual behaviour
Only devices present at launch will be available. However, if I replug those, they reconnect to the VM.
Steps to reproduce the behaviour
Add
usb_devices=("2500:0021", "0bda:0169")
or equivalent to the config, have none or only one of the devices plugged in when launching the VM.Quickemu output
Linux Distribution & Kernel
Notes
As seen on https://github.com/quickemu-project/quickemu/blob/master/quickemu#L167 it bails out when no device is found. QEMU however is able to bind devices by their USB IDs, so this can be used.
The text was updated successfully, but these errors were encountered: