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] USB virt 2.6 split driver---USB interdomain p

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH][14/17] USB virt 2.6 split driver---USB interdomain protocol
From: harry <harry@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 21 Nov 2005 13:19:18 +0000
Delivery-date: Mon, 21 Nov 2005 13:26:20 +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 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] USB virt 2.6 split driver---USB interdomain protocol, harry <=