harry
2005-Nov-21 13:18 UTC
[Xen-devel] [PATCH][6/17] USB virt 2.6 split driver---xenidc channel
This patch defines an abstract interface for an interdomain message channel. This interface is implemented using xenbus and grant-tables by the xenidc_gnttab_channel; one of which, together with a xenidc_gateway, makes up the xenidc_endpoint used by the USB driver as the transport for its interdomain protocol. Signed-off-by: Harry Butterworth <butterwo@uk.ibm.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
harry
2005-Nov-22 15:50 UTC
Re: [Xen-devel] [PATCH][6/17] USB virt 2.6 split driver---xenidc channel
On Mon, 2005-11-21 at 13:18 +0000, harry wrote:> This patch defines an abstract interface for an interdomain message > channel. This interface is implemented using xenbus and grant-tables by > the xenidc_gnttab_channel; one of which, together with a xenidc_gateway, > makes up the xenidc_endpoint used by the USB driver as the transport for > its interdomain protocol.The above patch comment is wrong as well, sorry. It should read: "This patch defines an abstract interface for an interdomain message channel. This interface is implemented using xenbus and grant-tables by the xenidc_xbgt_channel; one of which, together with a xenidc_gateway, makes up the xenidc_endpoint used by the USB driver as the transport for its interdomain protocol." _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel