-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
This is a follow-up of this discord discussion.
USB-device pass-through can be configured manually when a VM has stated by clicking on the USB icon at the top right of a running VM window. This has to be done each time.
Note that I added the following to the VM config in the QEMU section: -device usb-host,vendorid=0x067b,productid=0x2303 (I got the vendor/product IDs from macOS "System Information". However this doesn't work and manually attaching the USB device is still required each time the VM is started.
The idea would be to configure this "permanently", i.e. the configured USB device (based on vendorid/productid or hostbus/hostaddr) would be attached as pass-through to the VM when it is started. This is similar to what VirtualBox does with filters.
According the reply I got from @conath on Discord, one implementation idea could be to add “bookmarked” USB device passthrough so the device is automatically passed when the VM starts.
Thanks in advance for considering this feature request.