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] [PATCH][14/17] REV 2 USB virt 2.6 split driver---USB interdo

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH][14/17] REV 2 USB virt 2.6 split driver---USB interdomain protocol
From: harry <harry@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 30 Nov 2005 12:00:43 +0000
Delivery-date: Wed, 30 Nov 2005 12:00:38 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
This patch picks up all the fixes to the previous 13 patches that were
required to get the code working now that the last four patches are
reformatted and I'm able to test the code again.  These fixes will go
into the correct patches if I do another revision.

Aside from the fixes, this patch defines the USB interdomain protocol
which consists of a number of transactions and a message sent using the
xenidc_endpoint code.

This protocol is a direct translation of the 2.4 protocol and uses
polling for device detection.

There is an issue with queued commands during error recovery.  The
queued commands need to be stalled during the unlink process but
currently they are not.

Both the polling and the queued commands issues need to be fixed.  This
may affect the protocol.

The current protocol is good enough for read only access to USB devices
and works for read-write access but is not safe for write access during
error recovery.

Signed-off-by: Harry Butterworth <butterwo@xxxxxxxxxx>

Attachment: p14-usb-protocol.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] [PATCH][14/17] REV 2 USB virt 2.6 split driver---USB interdomain protocol, harry <=