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 18:39:11 +0000 Message-ID: References: <20061123181628.GA31293@totally.trollied.org> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20061123181628.GA31293@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 Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 23/11/06 18:16, "John Levon" wrote: >> Save out the guest's own p2m table. > > OK. What about HVM? Pagetables etc. are all in 'p' address space, so there should be no need for p2m or m2p in that case I think In fact pagetables could be canonicalised into 'p' space for PV guests too (xc_linux_save has the code for this) then there'd be no need to dump the p2m table in the core dump at all. Save format and core dump format should probably be one and the same! -- Keir >> get_pfn_list is deprecated. > > Would be nice if that were mentioned somewhere :)