From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: Grant tables Date: Fri, 4 Apr 2008 17:31:06 +0200 Message-ID: <20080404153106.GK4075@implementation> References: <47F648A6.3000104@tiscali.it> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline In-Reply-To: <47F648A6.3000104@tiscali.it> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Carlo Bertoldi Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Carlo Bertoldi, le Fri 04 Apr 2008 17:26:30 +0200, a écrit : > I need to use the grant table mechanism, but I can't find any example > regarding how to do it. Could you please provide some examples? See tools/fs-back/fs-ops.c for instance (xc_gnttab* functions). Samuel