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] why xen use x86_emulat​ion() in page_fault

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] why xen use x86_emulat​ion() in page_fault
From: cc Luit <universalbillow@xxxxxxxxx>
Date: Tue, 11 Oct 2011 09:58:57 +0800
Delivery-date: Mon, 10 Oct 2011 19:03:26 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=YzAyqz+vkP2LKEaCyn7d17q0oQLbyUPPOakWtXoZAoY=; b=R9xpSdTd5qOeqd8/JLx8PDPZPC7vE3ZGHWNRct2F3+yJsKqlGuFSjJdTGO74fbLhPo qez1oZbwxwzgnaosy3N9ZZH+7/Wa5AsdgcQMIYJG5j3nQZsoPKFrPWjp3297is/WmzsH xEVo9O0gxLmuNf9R8MI015FGYmrf2ivrlKcOo=
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

Hi, everyone, I have a question,
in the shadow_page_fault or ept mechanism, xen will use the x86_emulation for some instructions, I'm wondering why it must use it, if after we fix the SPT or EPT table, just VMEntry to HVM to re-excute this instruction  but not emulate in xen, is there some problems?
 
can sb. tell me why?
thanks:)
--
- Luit @ Parallel Processing Institute, Fudan University 

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] why xen use x86_emulat​ion() in page_fault, cc Luit <=