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] AMD SVM question (svm_asid_g_invlpg)

To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] AMD SVM question (svm_asid_g_invlpg)
From: Gianluca Guida <gianluca.guida@xxxxxxxxxxxxx>
Date: Tue, 17 Mar 2009 14:14:30 +0000
Delivery-date: Tue, 17 Mar 2009 07:27:49 -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: Mozilla-Thunderbird 2.0.0.9 (X11/20080110)
Hello,

SVM code doesn't use the INVLPGA instruction, but rather invalidate the whole ASID when invalidating a guest page.

INVLPG exit is enabled only on shadow code, which is smart enough to handle corner cases like splintered pagetables invlpg's.

Is this a workaround for some buggy hardware? Is there any problem in enabling the INVLPGA instruction?

Thanks,
Gianluca

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] AMD SVM question (svm_asid_g_invlpg), Gianluca Guida <=