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] page table modification in Xen

To: Xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] page table modification in Xen
From: Min Lee <min.lee@xxxxxxxxxx>
Date: Mon, 27 Oct 2008 12:55:38 -0400
Cc:
Delivery-date: Mon, 27 Oct 2008 09:56:03 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.17 (Windows/20080914)
Hi, folks.
I'm trying to intercept every page table(L1) modification in Xen. So, I'm tracking all mappings to build a sort of reverse mapping table. So I'm intercepting mapping changes in mod_l1_entry() and [alloc,free]_l1_table() and it seemed to work for some page tables, but I'm still missing some mapping changes. where else these mapping can change? where to intercept? I'm working on IA32, no pae,.
thanks in advance.

Min

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] page table modification in Xen, Min Lee <=