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] Guest physical memory and machine physical memory

To: Stefano Righi <StefanoR@xxxxxxx>
Subject: Re: [Xen-devel] Guest physical memory and machine physical memory
From: Jeremy Fitzhardinge <jeremy@xxxxxxxx>
Date: Mon, 29 Mar 2010 11:52:25 -0700
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 29 Mar 2010 11:55:35 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <9B4771B4D9FB73498B40311D4E7E8EE5109807EE@xxxxxxxxxxxxxxxxxxxxxxxxx>
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <9B4771B4D9FB73498B40311D4E7E8EE5109807EE@xxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100301 Fedora/3.0.3-1.fc12 Lightning/1.0b2pre Thunderbird/3.0.3
On 03/29/2010 05:46 AM, Stefano Righi wrote:
Guest physical memory and machine physical memory

How is is possible to translate in dom0 guest physical memory to machine physical memory?

I assume that XEN is making use of EPT in an Intel based system.

PV domains do not (currently, at least) make use of EPT, so it will play no part in pseudo-physical to machine physical address translation. There are numerous ways of doing this conversion; the appropriate one depends on what you're trying to do. In many cases it will happen automatically in the correct places if you're using the appropriate kernel APIs.

Which dom0 kernel are you using (pvops based?).

What problem are you trying to solve?

Thanks,
    J

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

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