WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] USB virt status

Here's the latest USB code.  This patch is much less crufty than the one
I sent out a week ago since I just finished the refactoring which was
in-progress in the last patch.

In this patch, the inter-domain communication endpoint object
(xenidc_endpoint) is theoretically code-complete but is substantially
unexecuted so I wouldn't recommend trying to use it unless you want to
help test it.

FIXMEs in the patch indicate the work remaining to complete the USB
driver which include:

1) Implement the xenidc_rbr_provider_pool and the xenidc_rbr_mapper_pool
objects which are used to implement the bulk data transfer between the
FE and BE based on the grant-tables API.

2) Update the usbback_driver_port state machine to handle the cn and dn
stimuli.

3) Some minor bits and pieces here and there.

I also need to hook up the claim and release port interfaces to xenbus.

And of course, lots of testing.

Enjoy.

-- 
Harry Butterworth <harry@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>

Attachment: latest-usb-patch
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] USB virt status, Harry Butterworth <=