From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: How to get machion address by pseudo physical address of guest OS Date: Wed, 02 Jun 2010 11:25:47 -0700 Message-ID: <4C06A22B.5080807@goop.org> References: <201005111422271093990@163.com> Mime-Version: 1.0 Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <201005111422271093990@163.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: =?GB2312?B?wO7Wxw==?= Cc: xen-devel List-Id: xen-devel@lists.xenproject.org On 05/10/2010 11:22 PM, =C0=EE=D6=C7 wrote: > Hi everyone. > What I talk below is in VMM level. > I got a pseudo address of guest OS, how can I get the machion address? > I mean I want to get the content in that address of memory. > There maybe some functions to do this work, does anyone knows? In a PV domain you can use the p2m table to look up the mapping. I don't think the mapping is exposed to HVM domains at all. J