WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] Regarding page table management changes from Xen v1to Xe

To: Ian Pratt <m+Ian.Pratt@xxxxxxxxxxxx>
Subject: Re: [Xen-devel] Regarding page table management changes from Xen v1to Xen v2 (and v3)
From: Anthony Liguori <aliguori@xxxxxxxxxx>
Date: Wed, 26 Apr 2006 18:33:18 -0500
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx, Himanshu Raj <rhim@xxxxxxxxxxxxx>
Delivery-date: Wed, 26 Apr 2006 16:33:55 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <A95E2296287EAD4EB592B5DEEFCE0E9D4BA489@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <A95E2296287EAD4EB592B5DEEFCE0E9D4BA489@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mail/News 1.5 (X11/20060309)
Ian Pratt wrote:
On 64b we could use the 1:1 mapping of all physmem that Xen has. Obviously that is infeasible on 32b. In fact the interface
(passing a
virtual address) pretty much means we have to use a linear
mapping in
both cases.
Couldn't we temporarily map the page table page? Not that we would actually want to do that. Just trying to confirm my understand.

Sure, but that's expensive on 32b as map_domain_mem has to do real work
(it's cheap on 64b as we have a 1-to-1 map of machine memory).

Excellent, that's just what I thought.

Thanks Ian!

Regards,

Anthony Liguori

Ian


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>