January 31, 201610 yr Hi, thank you for all the support you gave me since here. I have a last question: how to set up two VMs with the same hardware (i mean with the same vendor hardware, like two mices and two keyboards)? Thank you
January 31, 201610 yr If you head over to tools and then click system devices you should see this As you can see each devices as it's own device number and ID we can use either of these to pass the devices through to our VMs I usually use device ID as it seems to change less often (Yes sometimes these will change after reboots or if you unplug the device and you'll have to update your XML next instead of picking the devices using the GUI click edit XML on you VM and add the either of the following for each device My examples will look at the device Bus 001 Device 002: ID 2516:0017 which happens to be my keyboard If you want to enter it by device number <hostdev mode='subsystem' type='usb' managed='yes'> <source> <address bus='1' device='2'/> </source> </hostdev> Or if you want to enter is by ID <hostdev mode='subsystem' type='usb' managed='yes'> <source> <vendor id='0x2516'/> <product id='0x0017'/> </source> </hostdev>
January 31, 201610 yr Selecting devices to passtrough the VM by device ID ..... sounds like a feature request for next releases.
February 1, 201610 yr Selecting devices to passtrough the VM by device ID ..... sounds like a feature request for next releases. That would be pretty dope...
February 1, 201610 yr The other option would be to pass through specific USB controllers or some PCI-E USB controllers.
Archived
This topic is now archived and is closed to further replies.