Xin, Xiaohui
2006-Apr-21 12:19 UTC
[Xen-devel][Patch] 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. Signed-off-by: Xiaohui Xin xiaohui.xin@intel.com Signed-off-by: Xin Li <xin.b.li@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2006-Apr-21 12:57 UTC
Re: [Xen-devel][Patch] Small fix for SMP PAE guest on x86-64
On 21 Apr 2006, at 13:19, Xin, Xiaohui wrote:> 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. > > Signed-off-by: Xiaohui Xin xiaohui.xin@intel.com > Signed-off-by: Xin Li <xin.b.li@intel.com>(v->domain == d) would be a more obvious test? -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel