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

[Xen-devel] Full Shadow Mode and phys_to_machine_mapping

To: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Full Shadow Mode and phys_to_machine_mapping
From: Michael Vrable <mvrable@xxxxxxxxxxx>
Date: Mon, 21 Feb 2005 13:29:04 -0800
Delivery-date: Mon, 21 Feb 2005 21:30:18 +0000
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.6+20040907i
I'm trying to figure out how full shadow mode is implemented; I
understand that this only works with VMX support at the moment.  The
phys_to_machine_mapping function is giving me a bit of trouble.

This function seems to be used to look up an entry in the PFN-to-MFN
mapping table, which as I understand it for full shadow mode should be
maintained by Xen instead of the domain.  This table can be up to 4 MB
in size.  __phys_to_machine_mapping is set to point at the per-domain
virtual memory area.  Isn't this area already used for per-domain
GDT/LDT mappings, leaving no room for the PFN-to-MFN table?  I haven't
been able to find where in the code the PFN-to-MFN table is ever
initialized, either.  What am I missing?

--Michael Vrable


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

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