From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: Grant Tables & mm.c Date: Wed, 04 Jul 2007 20:04:12 +0100 Message-ID: References: <468BEA29.60903@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <468BEA29.60903@goop.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jeremy Fitzhardinge Cc: Koripella Srinivas , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 4/7/07 19:42, "Jeremy Fitzhardinge" wrote: >> You must explicitly unmap grants. So the domain which uses >> GNTTABOP_map_grant_ref must subsequently unmap it with >> GNTTABOP_unmap_grant_ref. You cannot just zap the pte! > > Does that just apply to the last pte, or any pte? Any pte that was created via GNTTABOP_map_grant_ref. -- Keir