From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: Grant Tables & mm.c Date: Wed, 04 Jul 2007 11:42:49 -0700 Message-ID: <468BEA29.60903@goop.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: Koripella Srinivas , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Keir Fraser 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? J