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] When to emulate writing page table page and when to do_updat

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] When to emulate writing page table page and when to do_update_va_mapping()?
From: "Tom Creck" <tom-xen@xxxxxxxxxxx>
Date: Thu, 3 Jul 2008 14:33:11 +0800
Delivery-date: Wed, 02 Jul 2008 23:33:39 -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
Thread-index: Acjc1j4RNuYB/VxoQo6xCaVXgqUdbA==

Hello, everyone:

 

         I know that x86_emulate_memop() is used to emulate writing to page table pages as Xen intentionally write protect page table pages.

         Also, the hypercall Hypervisor_update_va_mapping() -> mod_l2/l1_entry() is also used to modify page table pages.

         So I get confused about their difference. My questions are:

 

(1)     When are the above two routines of modifying page table pages invoked respectively?

(2)     What’s the difference in functionality among the two?

 

Best Wishes

Tom

 

 

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>