USB forwarding from dom0 to domU
- by Karolis T.
What are my options to forward two USB connected phones to xen guest?
I've read about PCI-passthrough http://www.wlug.org.nz/XenPciPassthrough, but I'm sure usb controller in the server isn't a pci card.
There's device level forwarding, but I need to forward two devices, this here doesn't say how to do it: http://www.olivetalks.com/2008/02/03/usb-forwarding-on-xen-it-just-does-not-work/
Would something as simple as:
usbdevice = [
'host:xxx',
'host:yyy',
]
work?
EDIT: I'm now starting a bounty. This is really important for me and for other people also, hoping someone who have this resolved will be able to help.