Re: [Xen-devel] [PATCH v3 3/9] x86/np2m: remove np2m_base from p2m_get_nestedp2m()

2017-10-03 Thread Boris Ostrovsky
On 10/03/2017 11:20 AM, Sergey Dyasli wrote: > Remove np2m_base parameter as it should always match the value of > np2m_base in VMCx12. > > Signed-off-by: Sergey Dyasli > Reviewed-by: George Dunlap SVM bits: Reviewed-by: Boris Ostrovsky ___ Xen-de

[Xen-devel] [PATCH v3 3/9] x86/np2m: remove np2m_base from p2m_get_nestedp2m()

2017-10-03 Thread Sergey Dyasli
Remove np2m_base parameter as it should always match the value of np2m_base in VMCx12. Signed-off-by: Sergey Dyasli Reviewed-by: George Dunlap --- xen/arch/x86/hvm/svm/nestedsvm.c | 6 +- xen/arch/x86/hvm/vmx/vvmx.c | 3 +-- xen/arch/x86/mm/hap/nested_hap.c | 2 +- xen/arch/x86/mm/p2m.