From mboxrd@z Thu Jan 1 00:00:00 1970 From: harry Subject: Re: [PATCH][7/17] USB virt 2.6 split driver---gnttab channel Date: Mon, 21 Nov 2005 15:18:55 +0000 Message-ID: <1132586335.31295.148.camel@localhost.localdomain> References: <1132579139.31295.118.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1132579139.31295.118.camel@localhost.localdomain> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Mon, 2005-11-21 at 13:18 +0000, harry wrote: > This patch implements the xenidc_channel interface using grant tables > but leaves the channel bring-up and tear-down sequencing to a derived > class (xenidc_gnttab_channel implements that). This code is part of the > implementation of the xenidc_endpoint used for interdomain communication > by the USB driver. The comment above should read: This patch implements the xenidc_channel interface using grant tables but leaves the channel bring-up and tear-down sequencing to a derived class (xenidc_xbgt_channel implements that). This code is part of the implementation of the xenidc_endpoint used for interdomain communication by the USB driver. Sorry for any confusion.