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][Patch][Resend] Small fix for SMP PAE guest on x86-64

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel][Patch][Resend] Small fix for SMP PAE guest on x86-64
From: "Xin, Xiaohui" <xiaohui.xin@xxxxxxxxx>
Date: Tue, 25 Apr 2006 14:27:57 +0800
Delivery-date: Mon, 24 Apr 2006 23:28:31 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcZoMWSBQUEJl+AGTQaa1Nh0tp+Vhg==
Thread-topic: [Xen-devel][Patch][Resend] Small fix for SMP PAE guest on x86-64

This is a small fix for SMP PAE guest on x86-64.

Since part of the VMX guest initialization is running in the context of

dom0, so when we want to make sure the operation of shadow ops is

always done by vcpu0 of the guest VMX domain, we should make sure

the current vcpu0 is running in guest domain and not in the dom0.

 

And we find keir’s suggestion is much better, so we modify the patch

according to it.

 

Signed-off-by: Xiaohui Xin xiaohui.xin@xxxxxxxxx

Signed-off-by: Xin Li <xin.b.li@xxxxxxxxx>

 

Attachment: 0425.diff
Description: 0425.diff

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel][Patch][Resend] Small fix for SMP PAE guest on x86-64, Xin, Xiaohui <=