From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Subject: Re: [PATCH RFC] libxl: Introduce functions to add and remove USB devices to an HVM guest Date: Wed, 10 Apr 2013 09:49:35 -0400 Message-ID: <51656DEF.1070103@cbnco.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel , george.dunlap@eu.citrix.com, Ian.Jackson@eu.citrix.com List-Id: xen-devel@lists.xenproject.org I've been following this thread with interest. Having USB passthrough for xl will certainly be an appreciated feature. Provided a USB-device structure, enabling PVUSB is almost only a matter of writing to the xenstore. Please have a look at this script: http://www.neobiker.de/wiki/index.php?title=XEN-PVUSB It's a shell script that does the work. Of course, there's also a python implementation in the GIT. Perhaps we could at least have a USB-device structure before the feature freeze? Can you make the code that we have available? I'd like to see if I can do something with it, instead of having to start from nothing. Stefan S