From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] hvm: handle PoD and grant pages in HVMOP_get_mem_type Date: Fri, 19 Oct 2012 16:14:47 +0200 Message-ID: <20121019141447.GA12321@aepfle.de> References: <8ebe7b80f02900d5a83e.1350655780@probook.site> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <8ebe7b80f02900d5a83e.1350655780@probook.site> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Fri, Oct 19, Olaf Hering wrote: > + else if ( p2m_is_grant(t) ) I'm not sure if p2m_is_grant() can be true in a HVM guest. Olaf