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] What is machine address?

To: Steven Hand <Steven.Hand@xxxxxxxxxxxx>
Subject: Re: [Xen-devel] What is machine address?
From: "Ronald G. Minnich" <rminnich@xxxxxxxx>
Date: Thu, 16 Sep 2004 11:14:36 -0600 (MDT)
Cc: Chengyuan Li <chengyuanli@xxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 16 Sep 2004 18:15:13 +0100
Envelope-to: Steven.Hand@xxxxxxxxxxxx
In-reply-to: <E1C7rcU-0004mb-00@xxxxxxxxxxxxxxxxx>
References: <E1C7rcU-0004mb-00@xxxxxxxxxxxxxxxxx>
MA = machine address
PA = physical address
VA = virtual
On Thu, 16 Sep 2004, Steven Hand wrote:

> Physical address = address of a piece of memory used by a guest operating
> system (starting at 0 and going up to the amount of memory you have in 
> that particular virtual machine). 

On real machines, PAs == the real hardware. 

On Xen domains, PAs == not real hardware. 
Xen actually virtualize physical addresses, so although the PA range in an 
OS may be linear and contiguous, the underlying MAs are not. 

At some point I want to fix up Plan 9 to ignore PAs entirely and just VA 
and MA, but that's for later. The concept of a PA has no real meaning 
anyway at this point, so I see no reason to deal with it.

ron

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