From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: xc_get_pfn_list() creates broken core files Date: Thu, 23 Nov 2006 19:20:29 +0000 Message-ID: References: <20061123191732.GB31293@totally.trollied.org> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20061123191732.GB31293@totally.trollied.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: John Levon , Keir Fraser Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 23/11/06 7:17 pm, "John Levon" wrote: >> Pagetables etc. are all in 'p' address space, so there should be no need for >> p2m or m2p in that case I think > > Sure, but I still need to map the domain pages, so I still need > xc_get_pfn_list() in this case, right? Will it work? I'm imminently going to change the interface so that tools always map HVM guest pages by pfn rather than mfn. That sidesteps this annoying issue. -- Keir