Stefano Righi
2010-Mar-29 12:46 UTC
[Xen-devel] Guest physical memory and machine physical memory
Hello, I assume that XEN is making use of EPT in an Intel based system. How is is possible to translate in dom0 guest physical memory to machine physical memory? Thank you Stefano The information contained in this message may be confidential and proprietary to American Megatrends, Inc. This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited. Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Jeremy Fitzhardinge
2010-Mar-29 18:52 UTC
Re: [Xen-devel] Guest physical memory and machine physical memory
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@lists.xensource.com http://lists.xensource.com/xen-devel