USB forwarding from dom0 to domU

Posted by Karolis T. on Server Fault See other posts from Server Fault or by Karolis T.
Published on 2009-06-23T19:43:47Z Indexed on 2011/03/16 8:12 UTC
Read the original article Hit count: 237

Filed under:
|
|

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.

© Server Fault or respective owner

Related posts about linux

Related posts about xen