I use a HP DL380 Gen9 with Proxmox 4.1-1. I want to use an USB3 port exclusive for a VM. I now use the port with vendor ID and product ID. But this could lead to problems, when a USB device with the same vendor and product ID is put into another USB port.
With USB2 it isn't a problem to do this. I use
and all devices connected to bus 1 port 4 are passed throught to the VM. But it seems, that this doesn't work with USB3. So I had to use the -device version to connect the USB devices by vendor and product ID..
Is there a chance to use an USB3 port exclusively for one VM?
With USB2 it isn't a problem to do this. I use
Code:
usb0: host=1-4
Is there a chance to use an USB3 port exclusively for one VM?